Creates a new <span> element. /// /// This is identical to calling new Element.tag('span').

Source

factory Element.span() => new Element.tag('span');