Multiple choice technology web technology

Choose the correct HTML tag for the largest heading

  1. <head>

  2. <heading>

  3. <h6>

  4. <h1>

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

HTML uses

through

tags for headings, with

being the largest and most important. The tag contains metadata, not headings. There is no tag in HTML, and

is the smallest heading.