Multiple choice technology web 2.0

What is the correct tag for the smallest heading?

  1. <h6>

  2. <h7>

  3. <h1>

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

HTML headings range from

(largest) to

(smallest). There is no tag, is for inline text (not headings), and / don't exist in HTML.

AI explanation

HTML defines exactly six heading levels, <h1> through <h6>, with <h1> being the largest/most important and <h6> the smallest. `doesn't exist as a heading tag, and` is a text-styling/semantic tag for smaller text, not a heading element at all.