HTML stands for HyperText Markup Language, and it is the language used to give structure to web content. HTML consist of “tags” that surround a piece of content to describe what it is. For example, a paragraph would be marked up in HTML as <p>This is my paragraph</p>.