Tbody, thead, tfoot

If I am creating a simple HTML table, do I need to use tbody, thead and tfoot?

Also, can someone explain to me their purpose?

I am reading the developer guide at mozilla.org and am not seeing this being explained.

Only when you have use for them, otherwise they are generated as anonymous table objects:
https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes

See the w3.org table tutorials for explanation:

These two links contains very useful info for everybody using tables, especially the first for css tables. :slight_smile:

Okay, thanks.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.