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:
- id, class (document-wide identifiers)
- lang (language information), dir (text direction)
- title (element title)
- style (inline style information)
- align, char, charoff, valign (cell alignment)
- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)
Example
HTML row grouping elements:
Comments
No comments have been made yet.
Please login to leave a comment. Login now