HTML fieldset tag

HTML fieldset tag is used to groups related elements. The legend tag defines a caption for the fieldset element.

HTML fieldset tag attributes:
AttributeDescription
disabled To disable the group of form.

Example 1: Personal information form using fieldset

fieldset

Example 2: Shipping Address form using fieldset

fieldset

Example 3: Registration form using fieldset

fieldset