The span element is a generic wrapper for phrasing content that by itself does not represent anything.
A span element must have both a start tag and an end tag.
any element that can contain phrasing elements
interface HTMLSpanElement : HTMLElement {};