Skip to main content

legend

Function legend 

Source
pub fn legend() -> Element
Expand description

A caption for a fieldset: <legend>.

ยงExamples

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