Two reasons to use HTML <fieldset> on forms: 1


Two reasons to use HTML <fieldset> on forms:

1. Group related fields on a big form. Add a <legend> under each <fieldset>. This helps both sighted and screen reader users understand related questions.

2. <fieldset disabled=“true”> disables all fields in the fieldset. Handy.

View original on X