📄 <header>
Purpose: Introductory content for a page or
section
Contains: Headings, logos, navigation,
search forms
Example: Site header, article header
🧭 <nav>
Purpose: Navigation links
Contains: Menus, breadcrumbs, table of
contents
Example: Main menu, footer links
📰 <main>
Purpose: Primary content of the page
Contains: The main topic or functionality
Example: Only one per page, excludes
header/footer
📝 <article>
Purpose: Self-contained, reusable content
Contains: Blog posts, news articles,
comments
Example: Content that makes sense alone
📋 <section>
Purpose: Thematic grouping of content
Contains: Related content with a heading
Example: Chapters, tabbed content
📤 <aside>
Purpose: Supplementary content
Contains: Sidebars, pull quotes, related
links
Example: Content related but not essential
🦶 <footer>
Purpose: Closing content for a page or
section
Contains: Copyright, contact info, related
links
Example: Site footer, article footer
🏷️ <figure>
Purpose: Self-contained content with
optional caption
Contains: Images, diagrams, code listings
Example: Images with captions
⏰ <time>
Purpose: Date and time information
Contains: Specific dates, times, durations
Example: Publication dates, event times