How would you add a footer to the following table to display summary information?
<table>
<tr>
<td>Data1</td>
<td>Data2</td>
</tr>
</table>
How would you add a footer to the following table to display summary information?
<table>
<tr>
<td>Data1</td>
<td>Data2</td>
</tr>
</table>