Spans are the inline equivalent to Divs
Spans are used to either:
contain a section of text where there is no other suitable element to differentiate it from its surrounding text
contain a number of inline elements
most common reason why people use elements is so that they can control the appearance of the content of these elements using CSS
This example uses classes and css, we will cover these topics later in the course