This document provides an overview of HTML (Hypertext Markup Language) by defining key terms and concepts:
- HTML is used to create web documents and pages through the use of tags that describe formatting, text, images, and hyperlinks. It is a markup language where tags are surrounded by angle brackets.
- HTML documents have two main parts - the head which contains metadata like the title, and the body which contains the visible content. Common tags include <html>, <head>, <title>, and <body>.
- Other tags control text styling (<b> for bold), create lists (<ul> for unordered, <ol> for ordered), add images, create links (<a>),