Create a Set of Radio Buttons help!

Tell us what’s happening:

Can some please tell me if my label element is correct?

Your code so far

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

missing a space here

but you are also not doing what the challenge asks you: you have not nested the input element inside the label element

1 Like

thank you for your help this is much appreciated :+1: