HTML th axis 屬性

2018-08-04 20:28 更新

HTML <th> axis 屬性

HTML th 標簽參考手冊 HTML <th> 標簽

實例

帶有分類表頭單元格的 HTML 表格:

<table border="1" width="100%">
? <tr>
??? <th axis="name">Name</td>
??? <th axis="contact">Email</td>
??? <th axis="contact">Phone</td>
??? <th axis="contact">Address</td>
? </tr>
? <tr>
??? <td>John Doe</td>
??? <td>someone@example.com</td>
??? <td>+45342323</td>
??? <td>Rosevn 56,4300 Sandnes,Norway</td>
? </tr>
</table>

嘗試一下 ?

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

axis 屬性在普通的 Web 瀏覽器中沒有視覺效果,但可以通過屏幕閱讀器使用。


定義和用法

HTML5 不支持 <th> axis 屬性。

axis 屬性用于對表頭單元格進行分類。

axis 屬性可用于對相關(guān)的信息列進行組合。


語法

<th axis="category_name">

屬性值

描述
category_name 規(guī)定類別的名稱。


HTML th 標簽參考手冊 HTML <th> 標簽
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號