Explore Library
Flashcard

Semantic HTML & Document Structure

Semantic elements describe the meaning of content, improving accessibility, SEO, and maintainability over generic divs.

Question

Why use semantic elements like <header>, <nav>, <main>, and <article> instead of <div>?

Click to reveal answer