Look at your code carefully. The error message is telling you what’s wrong.
You have four (4) opening label tags and two (2) closing label tags. Are the two that don’t have attributes necessary?
On a side note;
I’ve edited your post 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 am completely new to code, i have changed it but the error remains that each of my label elements should have a closing tag, i can't seem to see what i am doing wrong
Your code passes for me (provided this snippet is in the form element and you only have the one form element. You may have to reset the lesson and try again.
Although it will not cause the test to fail you should be aware that there should be a space between attributes. That is rather than; <input type="radio"name="indoor-outdoor">
it should be; <input type="radio" name="indoor-outdoor">