<html>
<!--Task 21d by Luke Wutete-->
</head>
<body>
<table border="1" style="width:70%;margin-left: auto;margin-right: auto">
<caption>SupaHols visitors 2016</caption>
<thead>
<tr style="width:100px">
<th style = "Height:60px">Country</th>
<th>Visitors</th>
</tr>
</thead>
<tfoot>
<tr style="width : 40px">
<td>Total vistors</td>
<td>3000</td>
</tr>
<tfoot>
</tbody>
<tr>
<td>Egypt</td>
<td>440</td>
</tr>
<tr>
<td>India</td>
<td>2000</td>
</tr>
<tr>
<td>Jamaica</td>
<td>140</td>
</tr>
<tr>
<td>United Arab Emirates</td>
<td>420</td>
</tr>
</tbody>
</table>
</body>
</html>