HTML <fieldset> Element Reference

The HTML <fieldset> element groups related controls within a form.

<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>

Related references

Description

The HTML <fieldset> element groups related controls within a form.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <fieldset> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies