This document provides an introduction to HTML, including:
- HTML is a markup language used to define the structure and layout of web pages. It uses tags to annotate text with instructions for displaying or formatting it.
- HTML documents are displayed in web browsers, which compose the tags and text into visible or audible web pages.
- Common HTML tags include headings, paragraphs, and attributes that provide additional information to customize elements. Basic HTML pages can be written using any text editor.