Multiple choice technology web technology

Choose the correct HTML tag for the largest heading:

  1. <h6>

  2. <head>

  3. <h1>

  4. <heading>

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

HTML headings are numbered from h1 (largest) to h6 (smallest). The tag contains metadata not content. There is no tag in HTML. Therefore

is the correct tag for the largest heading.