Adding Labels and checkboxes

Hey, the src attribute along with the url that it suppose to point to is incorrect or something. I used a different url, but when I run the code I’m unable to move on.

  **Your code so far**
Hey , Can someone help me with my code? I cannot get the checkbox  plus label to work and so I'm stuck.
 

<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">
    <label for="indoor"><input id="indoor" type="radio" name="indoor-outdoor"> Indoor</label>
    <label for="outdoor"><input id="outdoor" type="radio" name="indoor-outdoor"> Outdoor</label><br>
    <input type="text" placeholder="cat photo URL" required>
    <button type="submit">Submit</button>
    <label for="loving"><input id="loving" type="checkbox" name="personality">Loving</label>
    <label for="loving"><input id="loving"
    type="checkbox" name="personality">Loving</label>
    <label for="loving" <input id="loving" type="checkbox" name="personality">Loving</label>
  </form>
</main>

<h2>CatPhotoApp</h2>
<main>
<img src="https://i.pinimg.com/originals/ef/e0/1b/efe01beb28b90c5399c50c9338cb9c11.jpg" height="250px" alt="An image of a relaxing cat."/>


<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</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.150 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hey , can someone help me with my code? I am trying to write the codes for the
checkboxes and their labels but it doesn’t seems to be working for me.

Hi @oneilgreen321 !

It is unclear what lesson you are working on.

Your current code looks like two lessons mashed into one.

You linked the Add Images to your website but it doesn’t look like you are working on that lesson.

It sounds like you are working on this lesson.

If so, you need to reset the lesson because you have a lot of extra things in there that shouldn’t belong.

Delete this

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