Learn HTML by Building a Cat Photo App - Step 49

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

Hi, welcome to the forum:)
Please, ignore the hint for now, and add the value attributes to the <input> elements - that’s what the checker is waiting for right now:)
Edit: Oh! And remove the spaces between <label> and <input> elements, that’s why you’re getting that hint (sorry, haven’t spotted that at first)

1 Like