Creates a new <ul> element.
<ul>
This is equivalent to calling new Element.tag('ul').
new Element.tag('ul')
factory Element.ul() => new Element.tag('ul');