Nest another radio button with the option Outdoor in a new label element. The new radio button should be placed after the first one. Also, set its id attribute value to outdoor.
<label><input id="indoor" type="radio"> Indoor</label>
Nest another radio button with the option Outdoor in a new label element. The new radio button should be placed after the first one. Also, set its id attribute value to outdoor.
<label><input id="indoor" type="radio"> Indoor</label>
It is best to provide the link to the challenge.
I don’t see a second radio button?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.