TFOOT
The tfoot element 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;
}