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.
My code :
Indoor
outdoor
And the error is : Hint
Your new radio button and associated label should be below the first one. You have them in the wrong order.
What i am doing wrong?
Thank you!