Glossary · Websites and content systems

HTML

The markup language that gives a web page its content structure and meaning.

Also called: HyperText Markup Language

Definition

HTML identifies headings, paragraphs, links, forms, images, navigation, and other page structures. CSS controls presentation and JavaScript can add behavior, but browsers and assistive technologies first rely on the document's HTML semantics.

Why it matters

Clear semantic structure improves resilience, accessibility, search interpretation, and maintainability.

Common misunderstanding

HTML is not the whole website and is not a visual design format by itself.

Related system family: Websites & Publishing

Sources

Last reviewed July 16, 2026

Return to the complete glossary