例
使用abbr HTMLテーブル内の属性:
<table>
<tr>
<th abbr="Make">Toy manufacturer</th>
<th abbr="Model">Vehicle model</th>
</tr>
<tr>
<td>Bruder Toys</td>
<td>Cross Country Vehicle</td>
</tr>
<tr>
<td>Bruder Toys</td>
<td>DHL Lorry</td>
</tr>
</table>
»それを自分で試してみてください 定義と使用法
abbr属性は、ヘッダーセル内のコンテンツの短いバージョンを指定します。
ブラウザのサポート
属性 | |||||
---|---|---|---|---|---|
abbr | はい | はい | はい | はい | はい |
abbr属性は、通常のウェブブラウザには視覚効果を持っていませんが、スクリーンリーダーで使用することができます。
構文
<th abbr="text">
属性値
値 | 説明 |
---|---|
text | ヘッダーセルのコンテンツの簡単な説明 |