Tell us what’s happening:
I found the instructions for this particular course are not clear, even confusing.
At step 30, we have to link the label elements with their corresponding input elements. As we know, it’s adding a for attribute to the label and having the id matching with the for in its input element. As simple as that, but I got stocked. Could anyone help me out ? Perhaps I misunderstood something?
Your code so far
<fieldset class="question" name="html-question-two">
<legend>
A label element nesting an input element is required to have a
for attribute with the same value as the input's id
</legend
<ul class="answers-list">
<li>
<label for="Yes">
<input type="radio" id="Yes"/> YES
</label>
</li>
<li>
<label for="No">
<input type="radio" id="No"/> NO
</label>
</li>
</ul>

Your browser information:
User Agent is: Chrome/104.0.0.0
Challenge: Learn Accessibility by Building a Quiz - Step 30
Link to the challenge: