<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table style="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>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_td_axis by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:17:01 GMT -->
</html>