This Is My First Post

Tell us what’s happening:

  **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>
<form>

<p>Things cats love:</p>
<ul>
  <label>
    <input type="radio"   name="indoor-outdoor"> Indoor
  </label>
  <label>
    <input type="radio" name"indoor-outdoor"> Outdoor
  </label>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
  <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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36.

Challenge: Create a Set of Radio Buttons

Link to the challenge:

Hi @Sandra-w-cpu !

Welcome to the forum!

Two things

No.1:
You are missing something here

No.2
You deleted some stuff and moved the opening form tag.
Reset the lesson and place the radio buttons inside the form.

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