菜鸟教程 tryhtml_td_axis 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

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

<p><b>Note:</b> The axis attribute is not supported by any of the major browsers.</p>
<p><b>Note:</b> The axis attribute is not supported in HTML5.</p>