Tell us what’s happening:
It keeps saying that both radio buttons should still be located between opening and closing label element tags. I’m stuck
Your code so far
<!-- User Editable Region -->
<label> <input type="radio" id="indoor" name="indoor-outdoor">Indoor</label>
<label> <input type="radio" id="outdoor" name="indoor-outdoor">Outdoor</label>
<!-- 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/128.0.0.0 Safari/537.36 Edg/128.0.0.0
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 49