Lesson: Radio Buttons

My code:

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

“Each of your radio button elements should be added within the form tag”

What am I doing wrong?

Did you resolve the issue yet? I came up with the identical code and can’t figure out what’s wrong with it.

Yeah! Send me a message!

Awesome! What was wrong with your original code?

Try to add <form></form>

There isn’t any bug in this lesson, if you could provide your code, we could sort it out