This document provides an introduction to HTML and summarizes its key elements:
- HTML is a markup language used to create web pages and is made up of tags that describe different elements like headings, paragraphs, and tables.
- The basic structure of an HTML document includes <html>, <head>, and <body> tags. The <head> contains the title and <body> holds the visible page content.
- Common text formatting tags in HTML are used to change font styles, colors, and sizes. These include <b>, <i>, <u>, and <font>.