HTML stands for Hypertext Markup Language.
It is a markup language used to create and format web pages.
We are learning HTML because it is elementary to programming. It introduces us to coding a back end to display what we want.
An HTML tag is a string of characters such as
that tell the browser how to format and display the content.
An attribute is a characteristic of an element that allows more specific formatting, such as font size, creating a hyperlink, color, etc.
The anatomy of an HTML document includes attributes, elements, tags, and content.