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.
You have to set the src with that link in the img tag:
<img src='link that I wrote' alt='some text'>
.
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.