The document provides an overview of HTML (Hypertext Markup Language) including:
- HTML tags are keywords surrounded by angle brackets like <html>
- HTML tags normally come in pairs like <b> and </b>
- HTML can be used to create links, images, lists, tables, forms and layouts on web pages. Common tags and attributes are described for each of these elements.