Src attribute stage issue

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

i couldnt get past the step of inserting src which i have done correctly still its still the same i keep getiing this message " // running tests Your image should have a src attribute that points to the kitten"

attribute that points to the kitten image.
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>
<img src="https://global.discourse-cdn.com/freecodecamp/original/3X/6/1/61a3499c5abb165be990aa0c1abd23342e60c663.jpg" alt="relaxing cat">
</main>

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Where did you get that src from? It’s not the one requested in the challenge.
edit: While the image is the same the link is different. The test function probably just checks if the required link and the link that you used as src match.

yeah it matched its still the same

i actually just copied a pic url from the forum

Are you sure? Your code so far doesn’t indicate that. This is the correct link that you have to use as per requirements: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

ohh ok thanks sir i really appreciate i will use this instead

it worked sir thanks i really appreciate

Glad to help. Be sure to read the instructions more carefully next time. :smiley:

I would avoid copying answers from the forum because the challenges change all of the time.

It is always best to read the directions more carefully because you will be working with the most update instructions.

Hope that helps!

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