← Back to HTML Course
Lesson 1

Introduction to HTML

HTML stands for HyperText Markup Language.

HTML is used to create the structure of a webpage.

What is HTML?

HTML uses elements and tags to tell the browser what content should appear on a webpage.

<h1>Hello World</h1>
Course Progress 0%