Skip to main content

Semantic HTML

📖 6 min read•Last updated: 9/26/2026

Using HTML elements for their intended purpose to convey meaning and relationships, forming the foundation of accessibility.

Semantic HTML: The Foundation of Accessibility (That Everyone Ignores)

Semantic HTML means using HTML elements for their intended purpose.

Semantic Elements You Should Actually Use

HTML has over 100 elements. Most developers use about 10. Here are the semantic elements that matter for accessibility:

Document Structure: -

: Page or section header (not just any heading) -