back

Table Header

Tag: <thead>

The table header tag is used to group content as the tables header.
Inside it are placed one or more rows and the tables headers in the form of the <th> tag
The grouped content can then be styled.
The header is closed with the closing tag </thead>

Example