Multiple choice technology web technology

Choose the correct HTML tag for the largest heading

  1. <h1>

  2. <heading>

  3. <head>

  4. <h6>

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

In HTML, <h1> is the largest heading (typically rendered in the biggest font size), while <h6> is the smallest. The tag contains metadata, not visible headings, and is not a valid HTML tag. Headings range from h1 (most important) to h6 (least important).