HTML Stands for HyperText Markup Language

Hyper

Text

Markup

Language

What is Markup?

<p>This is a paragraph</p>

Here, <p> is a tag that marks the text as a paragraph.

HTML Tags

HTML Elements

<p>This is a paragraph</p>

The whole line is an HTML element, while <p> is a tag

HTML Tag and Elements