SRC not pointing to an image

Tell us what’s happening:
I dont know why I cant get past this code! I’ve tried everything :frowning:
this is my code so far! why does it say my src isnt pointing to an image!
Relaxing cat

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://cdn.freecodecamp.org/cirriculum/cat-photo-app/relaxing-cat.jpg" 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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15

Challenge: Add Images to Your Website

Link to the challenge:

I think this may be a typo. For long urls, I recommend copy-paste

Just as @JeremyLT has pointed out the URL is incorrect.

For future use, if your markup is correct and you used an external URL for your images, copy the link starting from the https up to the file extension .jpg , .png e.g. “https://cdn.freecodecamp.org/cirriculum/cat-photo-app/relaxing-cat.jpg” and paste that in a browser.

If it returns the image then the markup is wrong but if the image isn’t displayed then the URL is either incorrect or the image is no longer available using that URL.

Happy coding :+1:!

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