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