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