back

Fieldset

Tag: <fieldset>

The fieldset tag groups elements in a form.
Browsers draw a frame around the fieldset.
A caption can be set for the fieldset using the legend tag
The fieldset is closed with the closing tag </fieldset>

Example