Function silkenweb::elements::html::fieldset

source ·
pub fn fieldset<D: Dom>() -> Fieldset<D>
Expand description

Construct the HTML fieldset element

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