Home » HTML » HTML Tables » Question
  1. Headings of table lies inside ___________.
    1. >th<
    2. <tbody>
    3. <thead>
    4. <tfoot>
    5. 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>



Your comments will be displayed only after manual approval.