This document provides an overview of HTML (Hypertext Markup Language) including:
- HTML uses tags to specify formatting and layout of text on web pages
- Common HTML elements include headings, paragraphs, links, and empty elements
- The <head> element contains metadata like the <title> and <meta> tags
- Attributes provide additional information about HTML elements
- Special characters are encoded using character entities to be properly displayed in HTML