thead
Description
The thead element for HTML 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; }