--- title: Form fieldset description: By grouping form elements together with the fieldset element, you can improve the organization and accessibility of your forms, making it easier for users to understand the purpose of each input and provide accurate information. --- ## Default markup Group parts of your form to make it well-structured and clearer for users, using the `fieldset` element. ```html example centered columns="1" height="30rem"
``` ```html
...
...
```