Home » HTML » HTML Basic » Question
  1. Choose the correct tag for the largest heading in HTML.
    1. head
    2. h6
    3. heading
    4. h1
    5. None of these
Correct Option: D

Headings in HTML starts from <h1> to <h6> in which <h1> heading is the largest one and <h6> is smallest one among those. The heading tags are <h1> <h2> <h3> <h4> <h5> and <h6> that are used for the creations of headings.



Your comments will be displayed only after manual approval.