THEAD
The thead element represents the block of rows that consist of the column labels (headers) for the parent table element.
SYNTAX
HTML
<thead attribute-name="attribute-value"></thead>
ATTRIBUTES
CSS
thead {
border-color: inherit;
display: table-header-group;
vertical-align: middle;
}