HTML Headings — a practical guide to HTML headings h1 h2 with clear examples you can reuse in real projects.
HTML Tutorial Series (10/79). Prefer one article? Read the complete HTML tutorial.
Short description
Use one main h1 per page (typical). Don’t skip levels randomly for styling.
Headings
<h1>Site section</h1>
<h2>Topic</h2>
<h3>Subtopic</h3>