Code for the 'Sport' table

<table width="70%" border="1" cellpadding="2">
<tr>
<th colspan="4">Sport in the Borough of ..... </th>
</tr>
<tr>
<th>Sport</th>
<th>Facilities</th>
<th>Free</th>
<th>Contact</th>
</tr>
<tr>
<td>Archery</td>
<td>Yes</td>
<td>No</td>
<td>ext 2784 </td>
</tr>
<tr>
<td>Football</td>
<td>Yes</td>
<td>Yes</td>
<td rowspan="2">ext 5728 </td>
</tr>
<tr>
<td>Hockey</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Boxing</td>
<td>No</td>
<td>n/a</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Ice skating </td>
<td>Yes</td>
<td>No</td>
<td>ext 7288 </td>
</tr>
</table>