Coding problem . can anyone please help me

Tell us what’s happening:
Describe your issue in detail here.
I don’t know . what i am doing wrong guys . its saying. Your image should have a src attribute that points to the kitten image. can anyone please help me

  **Your code so far**

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

Challenge: Add Images to Your Website

Link to the challenge:

Hi @samuels, welcome to the forum.

The challenge asks for a very specific url:

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

So in order to pass the challenge make sure to update the src attribute with the right url.

Hope this helps :sparkles:

i don,t understand . what do you mean :sob:

The above is the image you added to the page.
Look at the src attribute. The URL is https://bit.ly/[whatever]

However the challenge asked you to use the following URL:
https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

Since you are using a different URL you cannot pass the challenge.

From the url i’m seeing that you’ve ,used with the specific task you’re supposed to use https://www.freecatphotoapp.com then link the “” to "catphotos "

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