The SPAN element is an inline grouping element similar to the DIV element
(except the DIV is used to create a block-level grouping.) By inline, we
mean that the SPAN element doesn't create a line break before and after
the grouping.
An end tag is required for this element.