Section 1/5Semantic Elements
Semantic Elements
Key semantic tags:<header> - Introductory content<nav> - Navigation links<main> - Primary content<article> - Self-contained composition
Semantic HTML5
Use semantic elements to give meaning to your content, improving accessibility and SEO.
Semantic Elements
<header><h1>Website Title</h1></header><nav><a href="/">Home</a><a href="/about">About</a></nav>
→
[Header area with site title]\n[Navigation menu]Key semantic tags:
<header>- Introductory content<nav>- Navigation links<main>- Primary content<article>- Self-contained composition