HTML <tfoot> Tag
The tfoot element specifies a group of rows that comprise the table footer in an HTML table. It is widely used to display column totals and may be used to summarize the columns in a table.
Traditionally, the <tfoot> tag would be styled using CSS to highlight the column totals.
This tag is sometimes referred to as the <tfoot> element.
Syntax
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| <tfoot> | Yes | Yes | Yes | Yes | Yes |