Main container for <TR>, <TD> and <TH> is
-
<Table>
-
<Group>
-
<Data>
-
all of these
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.