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: