Multiple choice technology

Choose the correct HTML tag for the largest heading

  1. <h1>

  2. <h6>

  3. <head>

  4. <heading>

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

In HTML, heading tags range from

(largest) to

(smallest). The tag contains metadata like title and styles, not visible content. Option A is correct.