HTML <th> abbr 屬性
實(shí)例
在 HTML 表格中使用 abbr 屬性:
<table border="1">
? <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>
? <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 屬性在普通的 Web 瀏覽器中沒有視覺效果,但可以通過屏幕閱讀器使用。
定義和用法
HTML5 不支持 <th> abbr 屬性。
abbr 屬性規(guī)定表頭單元格中內(nèi)容的縮寫版本。
語法
<th abbr="text">
屬性值
值 | 描述 |
---|---|
text | 表頭單元格內(nèi)容的短描述。 |
HTML <th> 標(biāo)簽
更多建議: