What is HTML?

HTML stands for HyperText Markup Language and is used to structure web pages and tell the browser what content to show users.

Things that HTML Can Do

HTML does not control the websites styling or behavior, that's done with CSS and or javascript.

Example paragraph:

This is an example.