tfoot
Description
The tfoot element for HTML represents the block of rows that consist of the column summaries (footers) for the parent table element.
Syntax
HTML
<tfoot attribute-name="attribute-value"></tfoot>
Attributes
CSS
tfoot { border-color: inherit; display: table-footer-group; vertical-align: middle; }