4.33 Group related form elements using the <fieldset> element

The FIELDSET and LEGEND elements should always be used together, which allow the user to create and name groups of related input fields in HTML forms.

The FIELDSET element allows grouping the related controls and labels which helps the user to understand the purpose and makes the document more accessible.

The LEGEND elements allow the authors to assign a caption to a FIELDSET. This legend improves accessibility when the FIELDSET is rendered non-visually.

Objective:

Guidelines:

Example:

Telephone details
Telephone details

Validation Technique: