Im stuk at step 46

Step 46

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
Indoor
outdoor

Ok, so what do you have?

 <label><input id="indoor" type="radio"> Indoor</label>
           <label><input id="outdoor" type="radio"> outdoor </label>

I have some suggestions:
1- Does the instructions ask you to put the new radiobutton inside a <label>?
2- Are you allowed to have the spaces? Like the ones before and after the word “outdoor”?

What the error says?

that is the error
Your new radio button and associated label should be below the first one. You have them in the wrong order.

1 Like

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