Creates a new <span> element.
This is identical to calling new Element.tag('span').
Source
factory Element.span() => new Element.tag('span');
Creates a new <span> element.
This is identical to calling new Element.tag('span').
factory Element.span() => new Element.tag('span');