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