Real Data Tables
<table border="1">
<caption>Total Sales of Thingamajigs</caption>
<colgroup>
<col />
<col />
</colgroup>
<thead>
<tr>
<th>Year</th>
<th>Quantity</th>
</tr>
</thead>
<tfoot>
<tr>
<td>Total</td>
<td>150</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>2003</td>
<td>50</td>
</tr>
<tr>
<td>2004</td>
<td>100</td>
</tr>
</tbody>
</table>
Full Structural Markup Stage 3