Complete demonstration of the HTML <fieldset> and <legend> elements.
The <fieldset> element groups related controls inside a form, improving organization and accessibility.
| Attribute | Description |
|---|---|
| name | Assigns a name to the fieldset. |
| disabled | Disables every control inside the fieldset. |
| form | Associates the fieldset with a form. |