Multiple choice general knowledge

Which heading tag will produce the largest text?

  1. <h1>

  2. <h2>

  3. <h5>

  4. <h6>

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

HTML heading tags range from

(largest) to

(smallest) by default. The

tag represents the most important heading and displays the largest text size, while

is the least significant and smallest. CSS can override these default sizes.