Some fieldset backgrounds:
W3C cite:
"The FIELDSET element allows authors to group thematically related controls and labels. Grouping controls makes it easier for users to understand their purpose while simultaneously facilitating tabbing navigation for visual user agents and speech navigation for speech-oriented user agents. The proper use of this element makes documents more accessible."
Betca cite:
"The Accessible form guidelines were developed originally for Becta specifically for the 2005 BETT awards.
1. The fieldset tag should encompass complete sections of a complex form [A U], and may encompass the whole of a simple form."
The main aspect is that fieldset helps grouping.
Fieldset helps users using forms.
_ The quiz page is no form in user view.
_ The small forms with few elements don't need grouping with fieldsets.
Some fieldset backgrounds:
W3C cite:
"The FIELDSET element allows authors to group thematically related controls and labels. Grouping controls makes it easier for users to understand their purpose while simultaneously facilitating tabbing navigation for visual user agents and speech navigation for speech-oriented user agents. The proper use of this element makes documents more accessible."
Betca cite:
"The Accessible form guidelines were developed originally for Becta specifically for the 2005 BETT awards.
1. The fieldset tag should encompass complete sections of a complex form [A U], and may encompass the whole of a simple form."
The main aspect is that fieldset helps grouping.
Fieldset helps users using forms.
_ The quiz page is no form in user view.
_ The small forms with few elements don't need grouping with fieldsets.