Skip to main content

label

Function label 

Source
pub fn label() -> Element
Expand description

A caption for a form control: <label>.

ยงExamples

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