These are "h" tags. They are used for titles and subtitles. They range from h1 to h6

"p" tags are used for sentences and paragraphs. "p" tags create a line break every time they are used

"span" tags are used for sentences and paragraphs. "span" tags do not create a line break when they are used
 "pre tags are used for pre-formatted text. They will retain space and font-type when they are used"
Apple Computers: This is used to create a link to a webpage.
This is an image tag, it's used for adding images to the screen
"div" tags are dividers, they are used to divide code and as well as the screen
    This is an ordered list
  1. dog
  2. cat
  3. mouse
-