About Create a Set of Radio Buttons

<label>
  <input type="radio" name="indoor-outdoor">Indoor
  </label>
<Label>
    <input type="radio" name="indoor-outdoor">Outdoor
    </label>

I have coded this above but the system gave me the feedback like this" Each of your label elements should have a closing tag."
I totally have no idea about what is going on here.
I appreciate it if you guys could me any suggestions.

Hey @joneylv!

HTML is case-sensitive

The l it is capital

1 Like

Hello Rebecca

Ohhhh I see!
Thank you very much for your help!
It helped me a lot!

Best

Joney

1 Like