Your image should have a src attribute that points to the kitten image...pls i need help

hello, pls can anyone help me here: i dont get, where should i add a src attribute that points to the kitten image).

  **Your code so far**

<h2>CatPhotoApp</h2>
<main><img src="https://upload.wikimedia.org/wikipedia/commons/0/04/So_happy_smiling_cat.jpg" alt="Yumi Kimura from Yokohama, JAPAN, CC BY-SA 2.0 <https://creativecommons.org/licenses/by-sa/2.0>, via Wikimedia Commons < "smiling cat" <tag key1 "value1" key2="value2"></tag>

<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 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hello,

Look at the instructions given:

Let’s try to add an image to our website:

Within the existing main element, insert an img element before the existing p elements.

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

Finally, don’t forget to give your img element an alt attribute with applicable text.

Remember to look at the instructions while you are doing a challenge, it has important information such as image-links, values, etc.

Your src attribute is placed correctly, but the link is wrong.

1 Like

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