HTML stands for HyperText Markup Language. It's what sets the structure of a webpage
Almost every HTML item has an opening tag - <tag> and an ending tag - </tag>
Some tags instead have a syntax that lets them start and end in a single tag like this - < tag INFORMATION GOES HERE />
General text tags
Paragraphs - <p> Here is where your paragraph will go </p>
Image and Anchor tags
Headers
Header # - <h#> Your text goes here </h#>
Organizational tags