Can you please help me with this cahllenge

Tell us what’s happening:
Hello everyone!
I am actually creating a set of radio buttons , I almost did everything right, but it keeps telling me that " Each of your two radio button elements should be nested in its own label element."

Your code so far

indoor

outdoor

Link to the challenge:

Can you show your code so far?

Thanks for replying : )
It actually worked but can I ask another question?
I am working on Checkbox challenge and it keeps telling me this ((Each of your checkboxes should be added within the form tag.))
what should I do to fix this ?

It means that the checkboxes should be inside the form tag. e.g:

<form>
<!-- Checkboxes should be here -->
</form>
<!--Not here -->

If it didn’t help create another topic by clicking on Get Help on the challenge that you are stuck on. So it will create a topic about that challenge

Oh now I get it ! Thank you so much , it worked : ))))

Hello there,

Please do not post screenshots of code. This is very difficult to work with, and you are much less likely to get help this way.

Instead, when you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).