Learn HTML by building a Cat photo app - 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.

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!

Hi @marc.andronic,

Do you have a link to the challenge? Because based on the description you gave I am not sure how your code really solves the challenge.
Generally speaking, it helps a lot to be able to see the challenge when you ask a question on the forums so try to make it your standard.

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