pub fn option() -> Element
An option in a select: <option>.
<option>
use winged_rust::prelude::*; let el = option(); assert_eq!(el.tag(), "option");