tryhtml_th_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>John Doe</td>
<td>someone@example.com</td>
<td>+45342323</td>
<td>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>