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

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

"span" tags are used for sentences and paragraphs. They do not create a line-break when they're used.
"pre" tags are used for preformatted text. They'll retain spacing of the source text when they're used.
Apple Computers: This is an attribute tag used to create a link to a webpage.
This is an image tag used for adding images to the screen.
"div" tags are dividers used to divide code as well as the screen.
    This is an ordered list.
  1. dog
  2. cat
  3. mouse
  4. bird