Computer Applications
Which tags divide HTML tables in multiple sections ?
HTML Advanced Features
3 Likes
Answer
The <THEAD>
, <TBODY>
and <TFOOT>
tags are used to divide HTML tables in multiple sections. While the <THEAD>
and <TFOOT>
tags define the header and footer sections , the <TBODY>
tag defines the body section of the table.
Answered By
2 Likes