ACTIVITY 21 D
<!DOCTYPE html>
<html>
<head>
<title>SupaHols Visitors 2016</title>
</head>
<body>
<table border="1" style="width:70%; margin-left:auto; margin-right:auto; border-collapse:collapse;
border:solid 6px;">
<caption>
<b>SupaHols</b> visitors 2016
</caption>
<thead>
<tr style="height:60px; border:solid 4px;">
<th style="border:solid 4px; width:100px; text-align:center;">Country</th>
<th style="border:solid 4px; text-align:center;">Visitors</th>
</tr>
</thead>
<tfoot>
<tr style="height:40px; border:solid 4px;">
<td style="border:solid 4px; text-align:center;">Total visitors</td>
<td style="border:solid 4px; text-align:right;">3000</td>
</tr>
</tfoot>
<tbody>
<tr>
<td style="border:solid 2px; text-align:center;">Egypt</td>
<td style="border:solid 2px; text-align:right;">440</td>
</tr>
<tr>
<td style="border:solid 2px; text-align:center;">India</td>
<td style="border:solid 2px; text-align:right;">2000</td>
</tr>
<tr>
<td style="border:solid 2px; text-align:center;">Jamaica</td>
<td style="border:solid 2px; text-align:right;">140</td>
</tr>
<tr>
<td style="border:solid 2px; text-align:center;">United Arab Emirates</td>
<td style="border:solid 2px; text-align:right;">420</td>
</tr>
</tbody>
</table>
</body>
</html>
OUTPUT