HTML stands for HyperText Markup Language. It is the standard language used to create and structure content on the web.
Every website you visit is built with HTML. It tells the browser what to display — headings, paragraphs, images, links, forms, and more.
Think of HTML as the skeleton of a web page. Just like a skeleton gives shape to a body, HTML gives structure to a website.
Key Points
- HTML is NOT a programming language — it is a markup language
- HTML uses tags to define elements
- HTML files end with
.htmlextension - All modern browsers (Chrome, Firefox, Safari) understand HTML