Skip to main content

HTML

Web

The standard markup language for web page structure.

HyperText Markup Language (HTML) defines the structure and meaning of web content using elements (tags) like headings, paragraphs, links, and images. Browsers parse HTML into the DOM and render it, with CSS for styling and JavaScript for behavior.

← Back to full glossary