- HTML (Hypertext Markup Language) is the standard markup language used to create web pages
- HTML describes the structure of a web page using elements like headings, paragraphs, links, and images
- Key HTML elements include headings (<h1>-<h6>), paragraphs (<p>), links (<a>), images (<img>), and breaks (<br>)