<html>
<body>
<table border="1" width="100%">
<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>
</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>
</body>
</html>