A11y Lablearn by doing
0/20

Forms · 15

Give a form its structure

Visible prompts need explicit control associations, and related choices need a programmatic group name.

What to do

  1. Connect Full name and Email address with label[for] and unique input IDs.
  2. Use autocomplete="name" and autocomplete="email".
  3. Place both radios in one fieldset with a legend, shared name, and individual labels.
/index.html
Preview
updating…

Result

Run the checks

Edit the HTML and select “Check solution”. The preview updates automatically.

If you are stuck

Labels name individual controls; fieldset and legend name the choice as a group.

Read the exact rule or pattern

Exercise 15 of 20

axe-core

Automated audit