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