创建一个新的 <span> 元素。
<span>
这相当于调用 new Element.tag('span')。
new Element.tag('span')
factory Element.span() => new Element.tag('span');