<html>
<body>
<table border="2">
<tr>
<th rowspan="2">Name</th>
<th colspan="2"> Telephone Numbers</th>
</tr>
<tr>
<td>Home</td>
<td>Office</td>
</tr>
<tr>
<td>John Doe</td>
<td>0722xxxxxx</td>
<td>0731xxxxxx</td>
</tr>
</table>
</body>
</html>