Core Web Technologies

HTML

HyperText Markup Language.

Definition

HyperText Markup Language. The standard language for creating the structure and content of web pages. HTML defines what's on the page — headings, paragraphs, images, links, forms — using tags like h1, p, and img.

Example

h1 Welcome /h1 p This is a paragraph. /p — this HTML creates a heading and a paragraph that a browser knows how to display.

See it in context Learn how HTML fits into the bigger picture of how software actually works.

Read the Guide →