back

Table Footer

Tag: <tfoot>

The table footer tag is used to group content as the tables footer.
Inside it are placed one or more rows and the tables headers in the form of the <th> tag
The footer tags must be placed after the thead tag but before the tbody.
The grouped content can then be styled.
The footer is closed with the closing tag </tfoot>

Example