Multiple choice technology web 2.0

What is the correct tag for the largest heading?

  1. <h6>

  2. <large>

  3. <bigh>

  4. <h1>

Reveal answer Fill a bubble to check yourself
D Correct answer
AI explanation

is correct. HTML heading tags run from

(largest/most important) down to

(smallest), so

renders the biggest, boldest heading by default. and are not valid HTML tags.