HTML <th>标签的axis属性

HTML <th>标签参考手册 HTML <th>标签

示例

在下列HTML表格中,表头单元格被设置了分类:

<table border="1" width="100%">
  <tr>
    <th axis="name">姓名</td>
    <th axis="contact">电子邮件</td>
    <th axis="contact">电话</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>

试一个 »

定义及用法

<th>标签的axis属性用于对表头单元格进行分类。

axis属性可以将相关列归集到一起。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

注意:所有主流浏览器都不支持<th>标签的axis属性。


语法

<th axis="value">

属性值

描述
类别名称 指定类别名称


HTML <th>标签参考手册 HTML <th>标签
粤ICP备11097351号-1