Creates a new <option> element. /// /// This is identical to calling new Element.tag('option').

Source

factory Element.option() => new Element.tag('option');