Tell us what’s happening:
on Question 50:
The error I am getting is
Sorry, your code does not pass. Hang in there.
Both radio buttons should still be located between opening and closing label element tags.
My code is:
Your code so far
<!-- User Editable Region -->
<form>
<label for="indoor">Indoor:
<input id="indoor" type="radio" name="indoor-outdoor" value="indoor">
<label for="outdoor">Outdoor:</label>
<input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor">
</form>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 50