What is HTML?

HTML is the language that tells a website what things exist on a page, like text, buttons, and images.

Think of it like this

HTML is the skeleton of a website. It decides where the head, arms, and legs go.

What's happening

HTML Image

Summary

HTML gives a webpage its structure.

A Closer Look

HTML is the basic code that gives web pages their structure. It uses tags (written in angle brackets like `<>`) to label different parts of a page, such as headings, paragraphs, images, and links. Your web browser reads this code and displays it as the web page you see.