Function moxie_dom::elements::forms::legend [−][src]
pub fn legend() -> LegendBuilder
Expand description
The HTML <legend>
element represents a caption for the content of its parent
<fieldset>
.
A function for creating a builder which will accept attributes and produce the element.