Ughhh help me please

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 type="text" placeholder="cat photo URL" required>
<lable> 
 <input id="indoor" type="radio" name="indoor-outdoor"> Indoor 
 </lable> 
 <lable> 
   <input id="outdoor" type="radio" name="indoor-outdoor"> Outdoor 
</lable> 
   <button type="submit">Submit</button>
 </form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13421.102.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.199 Safari/537.36.

Challenge: Create a Set of Radio Buttons

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section. You seem to have accidentally deleted this section!

The more information you give us, the more likely we are to be able to help.

HI @Annie1!

Welcome to the forum!

As mentioned earlier, it is important to tell us what you are having issue with so we can better assist you.

Fix all of these typos