Learn HTML by Building a Cat Photo App - Step 48

Tell us what’s happening:

Indoor Outdoor

Your code so far


<!-- User Editable Region -->

<label>
  <input type="radio" id="indoor" name="indoor_outdoor"> Indoor
  <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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 48

1 Like

Add the name attribute with the value indoor-outdoor to both radio buttons.

how to do it ? sir pkdvails

What about that has you stuck?

You did it correctly, but you didn’t type the value exactly as it’s written. Look again carefully and copy/paste the value if you need to.

Tell us what’s happening:

Still have the same issue.guys help me out to solve it.

Your code so far


<!-- User Editable Region -->

<label><input id="indoor" type="radio" name="indoor-outdoor"> Indoor</label>
<label><input id="outdoor" type="radio" 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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 48

Please do not create duplicate threads for the same challenge. I merged your threads.

Your code is passing for me. Copy to two lines, reset the challenge and paste it back in. See if it passes.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.