创建一个新的 <ul> 元素。
<ul>
这与调用 new Element.tag('ul') 等效。
new Element.tag('ul')
factory Element.ul() => new Element.tag('ul');