Cat Website HTML: Step #48

Unclear how or why my code is incorrect for step 48. Seems to be a bug- any reasons why it won’t accept this?


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

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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

please post a link to the challenge you are on to make it easier for us to remember the instructions given in that step.