Why is this code incorrect for a table with a footer?
<table> <tfoot> <td>Footer</td> </tfoot> </table>
<td> should be inside a <tr>
<td>
<tr>
Footer should be inside a <p> tag
Footer
<p>
<tfoot> should be after <tbody>
<tfoot>
<tbody>
<tfoot> should be <tfooter>
<tfooter>