It’s telling me that I need to have the src attribute to get the image loaded. Do I need another src attribute to put on it this ?
<img src= "https://bit.ly/fcc-relaxing-cat
" alt= “fcc-relaxing-cat.”/>
It’s telling me that I need to have the src attribute to get the image loaded. Do I need another src attribute to put on it this ?
<img src= "https://bit.ly/fcc-relaxing-cat
" alt= “fcc-relaxing-cat.”/>
In the future, if you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
I’m guessing which lesson you’re working on because it wasn’t provided but I think I have the correct one. From what I can see there are two issues with the code snippet you’ve provided.
alt
attribute are not correct. They need to be the straight quotes like in the URL. If using a device that’s not a laptop/desktop you need to turn of smart punctuation.Sorry, this is my first time on freeCodeCamp . Thank you for let me know. and helping with the issue.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.