Multiple choice

Choose the correct HTML tag for the longest heading.

  1. <head>

  2. <h6>

  3. <heading>

  4. <h1>

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

<h1>The <h1> tag is the tag used for the largest heading from heading tags <h1> to <h6> whereas, <h6> tag is used from the smallest heading and <head> tag is used to display the header of the pages on browser while <heading> tag does not have any functionality.