CatPhotoApp src problem

Tell us what’s happening:

keeps saying the image should have a source attribute that points to the kitten image

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing- cat" alt="relaxingcat."/>


<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/87.0.4280.88 Safari/537.36 Edg/87.0.664.57.

Challenge: Add Images to Your Website

Link to the challenge:

1 Like

it seems you have an extra space in the src attribute value

1 Like

Also, you should probably make sure your URL is correct

im having the same problem. I watched the video and did everything it did and it still seems like i did something wrong. let me know if you figure it out please.

Is your URL the same one as the one in the challenge description?