Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 348 Bytes

html.md

File metadata and controls

3 lines (3 loc) · 348 Bytes
Multiple bodies in tables

Tables can have multiple tbody children. These are accessible in the DOM using HTMLTableElement.tBodies. To have an header at the start of each body, one should create a <tr> element as the first child of the body with a single <th> child with a colspan value or many of these.N