Help fix my src attribute


I’m having same issue help

Hi @Trishmac73,
the link is wrong, set src to this link: (https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg), present in the exercise and you’ll pass the test. :wave:

i have tried that a million times and its not working for me dont bring up picture or nothing

You have to set the src with that link in the img tag:
<img src='link that I wrote' alt='some text'>.


I give up for now ugh

Please stop using pictures. They are hard to debug. Please actually copy-paste your code into your posts.


I have moved your posts into their own topic. Please do not hijack the threads of others.


You need to use src, not scr. Also, you img element must have a closing >.

sorry didnt know new to this

got it thanks for the error i didnt see it

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