Basic HTML and HTML5: Create a Set of Radio Buttons HOW CAN FIX IT

Tell us what’s happening:
I need your help on this challenge picture 1 is my work picture 2 is the helping video picture 3 is what I get when I do the same work but it’s not working
Help me please
Thank you in advance

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="/submit-cat-photo">
<input id="indoor" type="radio"   name="indoor-outdoor">
<label for="indoor">indoor</label>
<input id="outdoor" type="radio" name="indoor-outdoor">
<label for="outdoor">outdoor</label> 

  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 OPR/68.0.3618.125.

Challenge: Create a Set of Radio Buttons

Link to the challenge:

nest the radio buttons inside the label tag

1 Like

HOW I DID TRY ALMOST everything

what are you trying to say,I’m not getting it

1 Like

can you show me how to do it

you can see the examples on the exercise page,trust me its way easy than you think
check the hint section if you are still stuck

1 Like

thank you my friend i will try again

indoor

outdoor
show me how

never mind i did it thank you

1 Like

what pictures are you talking about?

sorry i didn"t mean it this way but i did fixed the problem