Table Header 
CSS Selector: .thead

Like the Category Strips class, the Table Header class serves multiple purposes.

It primary use is to serve as a control mechanism for column headings in tables of data/results, acting as a label for each column.

The Table Header class can also be found acting as a sub-title for tables where a lot of information is displayed, in which case the Table Header class is used to style elements that act as a logical break between sections of the table.

Finally, you may also find the Table Header class used as the main title bar for certain small tables, such as the Posting Rules table seen on several pages in vBulletin.

Example of element using this class:
<table class="tborder" cellspacing="1" cellpadding="6">
<tr>
    <td class="thead">This TD tag uses this class</td>
</tr>
</table>
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.