This document provides an introduction to HTML basics including:
- Web pages are text files containing HTML tags that provide structure and formatting
- HTML uses elements defined by opening and closing tags to describe headings, paragraphs, lists, and other content
- Common tags include <head> <body> <p> <h1-6> <ul> <ol> <img> and other text formatting tags
- Attributes like src and alt provide additional information about elements like images