Forms
Fieldsets and Legend
- Multiple related form elements can be grouped with the fieldset and legend elements. When you have several associated form elements, they can be grouped together by something called a fieldset. Each fieldset should have a legend. The legend is the text that describes the associated group of form items.
- AT (not uniform performance yet) reads the legend as it applies to each item in the fieldset – providing more information for the user, especially when there are a number of related items in a form.
Example:
