xxxxxxxxxx
<table id="choc">
<tr>
<th colspan='2'>chocolate</th>
</tr>
<tr>
<td>extra dark</td>
<td>ecstatic</td>
</tr>
<tr>
<td>very dark</td>
<td>very happy</td>
</tr>
<tr>
<td>dark</td>
<td>happy</td>
</tr>
<!--add two more table rows with table data of more types of chocolate-->
<tr>
<td>white</td>
<td>sweet</td>
<tr>
</table>