What is HTML? HyperText Markup Language — the standard language for creating web pages. It defines the structure and content of a page using elements (tags).
Basic building blocks:
Element = <tag>content</tag> (most have opening & closing tags).
Attributes add extra info: <a href="url">link</a>.