Html is a language that determines the structre of your content.
The 3 main parts of html are tags, content, and elements
Extra information of an element is called an attribute.
Semantic elements are elements that give a purpose to a piece of code. For example the h1 element gives the code the purpose of being a heading on your page.