HTML Heading Tag Quiz
Multiple ChoiceBeginner
Question
Which HTML tag creates the largest heading on a page?
Hint
Heading tags go from h1 to h6. The smallest number is the largest size.
Explanation
HTML has six heading tags, <h1> through <h6>. <h1> produces the largest and most important heading, while <h6> is the smallest. <head> is a document metadata section, and <header> is a semantic layout element — neither is a heading.
Related Resources
Related Lessons
- HTML
Learn HTML structure and tags.
Related Cheatsheets
- HTML Cheatsheet
Quick reference for HTML tags.
Look up unfamiliar terms
A beginner-friendly glossary explains jargon in plain English — variables, functions, DOM, Promise, and more.
Decode error messages
Plain-English explanations of common errors — what they mean, why they happen, and how to fix them.
Build real projects
Apply what you learned by building guided projects with starter code and solutions.