I just started my learning today. When I got to radio buttons section, I followed the instruction to create the following code but when I hit the “Run Test” button, I keep getting error. What’s wrong with this code:
<form action="https://www.freecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cat photo URL" required>
<label for="indoor"><input id="indoor" type="radio" name="indoor-outdoor"></label>
<label for="outdoor"><input id="outdoor" type="radio" name="indoor-outdoor"></label>
<button type="submit">Submit</button>
</form>
That's the whole code. I've been stucked in this stage since the system does not allow me to skip it. I don't know what is wrong
If that is every single line of code that is part of your solution for this challenge, then you have deleted a lot of the initial code. You need to reset the challenge and not delete the majority of the code you were given.
That part of the code does look good so as long as you have not deleted the rest as @JeremyLT mentioned the only other thing it could be is your browser using a dark mode or add blocker which is causing issues with the test. Worth checking as it happens to a lot of people