Adding <src> to the relaxing cat photo.HELP!

I have been struggling with this step of the Curriculum all day and I can’t seem to get past it. I’m stuck in the step of adding the cat images. In the far right panel, where it shows your page it has the pictures of the cats but the Run Test says " Your image should have a src attribute that points to the kitten image." I even went to the next step without completing this one, copied THAT link for the picture with their src information and it still comes back with the same thing. What do I do?

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
<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/97.0.4692.99 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hi @CodingInPearls !

Welcome to the forum!

You are not supposed to have two images on the page.
Just one.

Delete the first image.

Well, I made that way harder than it had to be.

Thanks a bunch!

1 Like

so what are the codes,kind

what are the correct codes for the freecode camp app cat relaxing?

HI @juma !

Welcome to the forum!

If you need help with a challenge, please create a new topic with your code and challenge link so we can help you

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