<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>