Little lost on this one

Tell us what’s happening:
Not sure if I’m just missing something or not getting it!!
Please help!

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="https://freecatphotoapp.com/submit-cat-photo">
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
<label for="indoor">
  <imput id="indoor"
  type="radio"name="indoor-outdoor">Indoor</label>
    <label for="outdoor">
      <imput id="outdoor"
      type="radio"name="indoor-outdoor">Outdoor</label></form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36.

Challenge: Create a Set of Radio Buttons

Link to the challenge:

Check the spelling of your input elements.

Edit: If you are ever in doubt or need something to remind you.

It is an element that the user can put something into, i.e. an input.

Slowed my fingers down still missing something. Fixed spelling but still shows I’m missing something that I don’t see.
Thank you!

All I did to make it pass was fix the two typos.

If it is not passing for you after correcting the spelling on both input elements maybe try copying the code, resetting the challenge, and pasting the code in. Now try submitting it.

Otherwise, post your latest code here so we can see it.


When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Rest worked!! Thank you!!

1 Like