Table Code
<html>
<body>
<table border="1">
<tr>
<th colspan="2"><center>A & H Company Ltd.</center></th>
<tr>
<tr>
<th><center>Order List</center></th>
<th><center>Unorder List</center></th>
</tr>
<tr>
<td>
<ol type="i">
<li>Book</li>
<li>Paper</li>
<li>Note Book</li>
</ol>
</td>
<td>
<ul type="square">
<li>Marker</li>
<li>Ink</li>
<li>Pencil</li>
</ul>
</td>
</tr>
</table>
</body>
<html>