I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
I rewrote the code like the following: <label input type="radio" name="indoor-outdoor" value="indoor"> Indoor <input type="radio" name="indoor-outdoor" value="outdoor"> Outdoor </label>
However, I am still getting this response: Sorry, your code does not pass. You’re getting there.
Both radio buttons should still be located between opening and closing label element tags.
When I checked the console, it worked, however, I am still getting this message when I clicked on Check the code: Sorry, your code does not pass. Don’t give up.
Both radio buttons should still be located between opening and closing label element tags.
Is this the step you are doing?
Add the name attribute with the value indoor-outdoor to both radio buttons? Try resetting the lesson and only add name=“indoor-outdoor” to both inputs without changing the elements. I believe right now you are missing parts of the label elements.
This is how it looks at the beginning.
Indoor
Outdoor
I think I was blocked because they thought I was posting an answer. Start by resetting the lesson and only change the one part. Later they will teach the label element with for added. You are doing great.