Groups related form controls together, often with a visible border.
The `<fieldset>` tag is an HTML element used in web documents. It can be combined with attributes to control semantics, behavior, and presentation in supported user agents.
| Name | Description | Optional |
|---|---|---|
attributes |
Optional global or element-specific attributes for `<fieldset>`. | Yes |
<fieldset>
<legend>Personal Info</legend>
<label>Name: <input type="text"></label>
</fieldset>