-
Headings of table lies inside ___________.
-
- >th<
- <tbody>
- <thead>
- <tfoot>
- None of these
Correct Option: C
Headings of the table lies inside <thead> element. Footer lies inside the <tfoot> element. The body of the table lies inside <tbody> element. <th> is used for giving heading to a row or a column. Every element must have closing tag also i.e. </thead>, </tfoot>, </tbody>