You are on page 1of 2

<table>

<thead>

<tr>

<th>Month</th></tr>
<th>Savings</th>

</tr>

</thead>

<tbody>

<tr>

<td>Jan</td>
<td>$100</td>

</tr>
<tr>

<td>Feb</td>
<td>$80</td>

</tr>

</tbody>

<tfoot>

<tr><td>Sum</td></tr>
<tr><td>$180</td></tr>

</tfoot>

</table>

You might also like