例
在使用abbr以HTML表格屬性:
<table>
<tr>
<th>Toy manufacturer</th>
<th>Model</th>
</tr>
<tr>
<td>Bruder Toys</td>
<td abbr="vehicle">8970 Cross Country Vehicle</td>
</tr>
<tr>
<td>Bruder Toys</td>
<td abbr="lorry">0567 DHL Lorry</td>
</tr>
</table>
試一試» 定義和用法
在<td> abbr屬性不支持HTML5。
該abbr屬性指定單元格中的內容的一個較短的版本。
瀏覽器支持
屬性 | |||||
---|---|---|---|---|---|
abbr | 是 | 是 | 是 | 是 | 是 |
的abbr屬性具有在普通的網絡瀏覽器沒有視覺效果,但是可以通過屏幕閱讀器使用。
句法
<td abbr="text">
屬性值
值 | 描述 |
---|---|
text | 單元格內容的簡短描述 |