Multiple choice technology

Choose the correct HTML tag for the largest heading

  1. <h1>

  2. <h6>

  3. <head>

  4. <heading>

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

HTML headings are numbered from 1 to 6, where

is the largest and most important heading, and

is the smallest. The tag contains metadata, not visible content, and there is no tag in HTML.