"h" tags 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 the spacing of the source text 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 as well as the screen
    This is an unordered list
  1. dog
  2. cat
  3. mouse
  4. bird