Computer Applications
Which tags divide HTML tables in multiple sections?
HTML Advanced Features
8 Likes
Answer
HTML tables can be divided into multiple sections by the following tags:
<THEAD>— This tag is used to group header rows that define the table's header.<TBODY>— This tag defines a table's body.<TFOOT>— This tag defines a group of footer rows in a table.
Answered By
4 Likes