What is HTML?
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 at its core.
HTML is not a programming language — it is a markup language. It tells the browser how to display content: headings, paragraphs, images, links, and more.
What HTML Does
- Defines the structure of a web page
- Marks up headings, paragraphs, lists, links
- Embeds images, video, and audio
- Creates forms for user input
- Works together with CSS (styling) and JavaScript (behavior)