Multiple choice

Main container for <TR>, <TD> and <TH> is

  1. <Table>

  2. <Group>

  3. <Data>

  4. all of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

TableThe , , and tags are used to create row, add data into table and to give heading for a table respectively. Whereas, and are not containers for these tags because these tags are specially used for creating and editing table data.