What is wrong with this table footer?
<table> <foot> <tr><td>Footer</td></tr> </foot> </table>
The <td> should be <th>
<td>
<th>
foot should be tfoot
foot
tfoot
Footer text should not be in <td>
Footer
<tfoot> should be inside <tbody>
<tfoot>
<tbody>