Function moxie_dom::elements::forms::fieldset[][src]

pub fn fieldset() -> FieldsetBuilder
Expand description

The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form.

A function for creating a builder which will accept attributes and produce the element.