HTML

Semantic HTML

Definition

Using HTML elements that convey meaning about the content they contain, rather than just presentation. Elements like `<article>`, `<nav>`, `<header>`, `<main>`, and `<section>` improve accessibility, SEO, and code readability.

Code Example

Html

Learn More

Related Terms