Having trouble with finising the responsive web design certificate

Hi I just finished 27/28 of the responsive web design certification but for some reason I am unable to finish this lesson. When I run the tests it tells me my image should have an src attribute that points to the image. As you can see it does, and its not letting me complete the certificate. Is there any way to fix this?

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/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/87.0.4280.88 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hi @dcurt559!

There is a space in the url that should not be there.

Copy the url exactly from the lesson.

1 Like

Oh wow! Cant believed I missed that! Thank you very much!

1 Like