
HTML fieldset tag is used to groups related elements. The legend tag defines a caption for the fieldset element.
| Attribute | Description |
|---|---|
| disabled | To disable the group of form. |
Example 1: Personal information form using fieldset
Example 2: Shipping Address form using fieldset
Example 3: Registration form using fieldset