Glossary coding Term Page

Semantic HTML

markup that uses tags such as `header`

semantic-html #coding#javascript
Korean version

Related Concepts

Core Idea

Semantic HTML is markup that uses tags such as header, nav, and section so roles are clear from the element names alone. It usually makes the most sense alongside ARIA attributes, Focus trap, role attribute.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept