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: