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