Table grouping via <thead>, <tbody> and <tfoot> is used to give more information about columns that follow.

The browsers might render independent scrolling of these table bodies and with long tables the table header and footer might be repeated on each page with the table's data.

Syntax:

<table><thead><tr><td></td></tr></thead><tfoot><tr><td></td></tr></tfoot><tbody><tr><td></td></tr></tbody></table>

Attributes:

Example

HTML row grouping elements:

 

›› go to examples ››