You can group sections of rows in a table
using
thead
to represent the block of rows that consist of the column labels (headers)
tbody
to represent a block of rows that consist of a body of data
tfoot
to represent the block of rows that consist of the column summaries (footers)