Should I really use thead, tbody and tfoot tags every time that I use a table tag? Is it required by the standard or not?
thead
tbody
tfoot
table
Those tags are not required. It is considered good form to use them if the table is used to represent data, which is what a table should be used for. If a table is used for laying out content they are typically omitted.
W3C
2.1m questions
2.1m answers
60 comments
57.0k users