0 / 60 seg.

What is the purpose of the <tfoot> element in an HTML table?

<table>
  <___>
    <tr>
      <td>Footer</td>
    </tr>
  </___>
</table>