**1. Introduction to HTML: History and Purpose**
HTML, or HyperText Markup Language, is the standard markup language used to create web pages. Its development began in the late 1980s when Tim Berners-Lee, a British computer scientist, proposed a system for sharing information over
The main elements of an HTML document are:
1. **“** – This declaration defines the document type and version of HTML being used.
2. **“** – The root element that contains all other elements of the HTML document.
3. **`<head
3. Structure of an HTML document: the , , and tags
4. Working with text: headings, paragraphs, lists
5. Inserting Images and Creating Links
6. Basics of Semantic Markup
7. Practical task: creating a simple HTML document
8. Conclusion and Overview of the Material Studied
9. Questions and Answers