Jazzo.co.uk uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our Privacy Policy and our Terms & Condition.

HTML < tbody>

query_builder | Christopher Pisani

The HTML element < tbody> is a child of element < table>. A table can be split into three sections, which consists of < thead>, < tbody> and < tfoot>. Using this layout can make a browser act differently while scrolling through a table in HTML, which makes it possible for the body to be scrolled indipendently from the header and footer.

A simple example of a table using this layout

Available Attributes


No specific attributes are assigned for this element, other than the standard global attributes.