This document provides an introduction to HTML and covers topics such as:
- HTML is used to create web pages and is made up of tags that describe different elements.
- The basic structure of an HTML document includes <html>, <head>, and <body> tags. The <title> tag goes inside the <head>.
- Formatting tags like <h1>-<h6> are used for headings, <p> for paragraphs, and <br> for line breaks.
- Lists can be ordered using <ol> or unordered using <ul>.
- Character styles can be set with tags like <b>, <i>, etc. Font properties are set with <font>.
-