Exercise 04: Making a radio group accessible - finished
List of all exercises
Our aims are:
- Wrap the radio group and heading in a
<fieldset>
- Convert heading to a
<legend>
- Wrap
<label>
around “Yes” and “No”.
- Add unique
for
and id
values for both radio options.
Example
List of all exercises