Can someone help me with this because I kinda got stuck!

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>

<main>

<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>

<img src="https://www.freecarphotoapp.com/https://forum.freecodecamp.org/t/freecodecamp-challenge-guide-add-images-to-your-website/16640/6" alt="A business cat wearing a necktie.">


  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 OPR/83.0.4254.66

Challenge: Add Images to Your Website

Link to the challenge:

That is not the correct URL. When I change it to the correct one, it passes for me.

I tried another URL a few seconds ago but it doesn’t work, any other idea?

What “another URL” did you try? It’s not about trying random URLs, it’s about using the URL that they told you to use.

The instructions say:

Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

Try resetting your code and redoing the challenge using the correct url for the img element. If it doesn’t work, what’s the message you’re getting?

I tried this URL: https://www.shutterstock.com/image-photo/closeup-portrait-funny-ginger-cat-wearing-1563541219

Your image should have a src attribute that points to the kitten image
that’s the message that shows up

Part of being a developer is paying very close attention to instructions.

The instructions say:

Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

The test will pass when you do what it wants you to do, it doesn’t care what you want to do.

1 Like

Yes, the kitten image, not a kitten image. The kitten image that you were told to use.

thank you very much for your help!

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