What is wrong with this table footer code?
<table> <tfooter> <tr><td>Footer</td></tr> </tfooter> </table>
<td> should be <th>
<td>
<th>
tfooter should be tfoot
tfooter
tfoot
Footer should be inside a <p> tag
Footer
<p>
<tfoot> should be inside <tbody>
<tfoot>
<tbody>