Skip to main content

optgroup

Function optgroup 

Source
pub fn optgroup() -> Element
Expand description

A group of options: <optgroup>.

ยงExamples

use winged_rust::prelude::*;
let el = optgroup();
assert_eq!(el.tag(), "optgroup");