What is HTML?
HTML stands for HyperText Markup Language.
It is used to create the structure of web pages.
HTML tells the browser:
- What is a heading
- What is a paragraph
- What is an image
- What is a link
👉 HTML is NOT a programming language.
It is a markup language.
History of HTML
- Invented by Tim Berners-Lee
- First version released in 1991
- Current version: HTML5
Why HTML is used?
- To create websites
- To structure content
- To connect CSS and JavaScript
- Works on all browsers
HTML vs CSS vs JavaScript
| Language | Work |
|---|---|
| HTML | Structure |
| CSS | Design |
| JavaScript | Functionality |