Problems with coding challange 22

Problems with coding challange 22

Hello I have some problems with challange 22, I did everything that gu in video di, excacly the same, but the message is still telling me that I need to Give your radio buttons the name attribute of indoor-outdoor and that Each of your two radio button elements should be nested in its own label element. I do not know what to do.Thanks for help.

Can you link the challenge.

Please tell me how can I do that

Just grab the url of the challenge and post it in here

This challenge?
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons/

We need to see your code to be able to help you. If you use the “Ask for help button” it will make a thread with the code for you. Or you can copy/paste the code in this thread. Just make sure it is formatted correctly.

If I’m right about the challenge, then my blind guess would be that you didn’t nest the inputs inside the labels. Look at the example code given in the challenge to see how the nesting works.

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

try using the ask for help button in the challenge