Multiple choice technology web technology

Choose the correct HTML tag for the largest heading

  1. <heading>

  2. <h6>

  3. <head>

  4. <h1>

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

HTML headings use

through

tags, where

is the largest and most important heading level.

is actually the smallest heading, while contains page metadata and is not a valid HTML element.