Being dwelling on this problem set for long ,I'm a new bie ,need guidance

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img scr="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="Cute cat relaxing">
<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>
id="footer"
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; Nokia 2.1 Build/QKQ1.190828.002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hi @Vynx ,
I believe the src attribute is src not scr :wink:

I also believe,

id="footer"

should not be there.

Happy coding!

1 Like

<img scr="https:

Change the “scr” in your code to “src” and that should fix the link.

1 Like

Thank you all, so happy to have corrected the mistake

2 Likes

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