Stuck on acessble quiz step 30

Tell us what’s happening:

So I’m supposed to ‘Link the label elements with their corresponding input elements.’ Pretty sure I’m doing that so I’d like to know what I’m doing wrong.

 <ul class="answers-list">
                <li>
                    <label for="radio1">
                    <input type="radio" id="radio1" />
                  </label>
                </li>
                <li>
                    <label for="radio2">
                    <input type="radio" id="radio2" />
                  </label>
                </li>
              </ul>

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 30

Link to the challenge:

In the on the challenge, I see 4 radio inputs. Did you do them all? If you did, please share all that code.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.