Multiple choice technology web technology

Choose the correct HTML tag for the largest heading

  1. <heading>

  2. <h1>

  3. <head>

  4. <h6>

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

HTML headings use tags from

to

, where

represents the largest and most important heading on a page. The tag does not exist in HTML. The tag contains metadata, not visible content.

is actually the smallest heading level.