Adding your image to your website

Tell us what’s happening:
Describe your issue in detail here. Hi everyone can anyone help me on "Adding image to a website "challenge . it say image should have src that point to kitten image , i even try using the link on the example provided ,cat image did appear on result panel . but still give me an error, can anyone please tell me what i did wrong.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://cnd.freecode.org/curriculumn/cat-photo-app/relaxing-cat.jpg" alt="Cute Furry Coding 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.71 Safari/537.36 Edg/94.0.992.38

Challenge: Add Images to Your Website

Link to the challenge:

You typed in the link wrong.

https://cdn.freecode***camp.***org/curriculum/cat-photo-app/relaxing-cat.jpg //correct
https://cnd.freecode.org/curriculumn/cat-photo-app/relaxing-cat.jpg //incorrect
1 Like

Hi @lethuh365D,
you misspelled the link, you wrote freecode instead of freecodecamp.

Set src attribute in the img tag with this link (https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg) and you will pass the test.

I hope I was helpful :wave:

1 Like

Thnak you very much , it worked!!

1 Like

Thank you very much, it worked!

1 Like

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