Why is it saying that they is no src?

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.1y/fcc-relaxing-cat"alt="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/80.0.3987.163 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

You have a typo there.

Answer: You have 1y instead of ly. The number one instead of the letter l

thank you, spotted. isnt there an easier way to just cut and paste the links?

The image has now appeared but it is still stating that it should have an src that points to the image.

If all you did was change that “1” to an “l” then it should be passing.
Maybe try clearing cache.

Not sure how you’re cutting/pasting. You can copy with CMD+C and paste with CMD+V. Or on Windows, Ctrl+C to copy, Ctrl+V to paste.