Function pinwheel::elements::html::option[][src]

pub fn option() -> OptionElement
Expand description

The HTML <option> element is used to define an item contained in a select, an optgroup, or a datalist element. As such, <option> can represent menu items in popups and other lists of items in an HTML document.