HTML stands for Hyper Text Markup Language
It describes the structure of a Web page
It tells the browser how to display the content
HTML consists of a series of elements, which are represented by tags
HTML tags label pieces of content such as "heading", "paragraph", and so on.
Browsers do not display the HTML tags, but use them to render the content of the page