<fieldset>
HTML <fieldset> Element Reference
The HTML <fieldset> element groups related controls within a form.
Categories
- Forms
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical fieldset element example.
<fieldset>
<legend>Notification settings</legend>
<label><input type="checkbox"> Email</label>
</fieldset>