Need help basic coding

says I made a mistake on this- each of your two radio button elements should be nested in its own label element.
my code is this:

no not really
can you explain this
since I dont know what I have done wrong in my working

each radio button elements rested inside their own label element

is it possible to explain this with the question I am working out with

I have tried this but still got the same error

I did this using the example given above

I have tried this but still got the same error

I did this using the example given

in your picture on the 1st line that says…

<label for="indoor">Indoor>

remove the > at the end.

you just made a typo. fix that and it should pass

edit:
also right before the red </label> tag you should close the input tag with a >

thanks for the help on the question