0 / 60 seg.

Why is this code incorrect for a table with a footer?

<table>
  <tfoot>
    <td>Footer</td>
  </tfoot>
</table>