Exercise 04: Making a radio group accessible - finished

List of all exercises

Our aims are:

  1. Wrap the radio group and heading in a <fieldset>
  2. Convert heading to a <legend>
  3. Wrap <label> around “Yes” and “No”.
  4. Add unique for and id values for both radio options.

Example

Do you like boats?

List of all exercises