Challenge issue

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<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>
<img src=“https://bit.ly/fcc-relaxing-cat” alt=“fcc-relaxing-cat”>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 11_1_2 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0 Mobile/15B202 Safari/604.1.

Challenge: Add Images to Your Website

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website

Hello Mr. Dozie,
You are doing well. It seems be a issue with your double quote. please change the double quotes and try it again.
<img src="https://bit.ly/fcc-relaxing-cat" alt="fcc-relaxing-cat">
I am sure it will work. In case not, please comment.

Good Luck

1 Like

Hmm, I think you forgot to Tell us what's happening so that we can help!

1 Like

Typically, if you’re trying to do this from a tablet or phone, it tries to be helpful by putting in “smart quotes”. In the case of coding, that’s a bad thing. You’ll want to turn smart quotes off, so that either ' or " are showing as single or double quotes, and not right- or left- fancy quotes. Much as @gangalalchapain points out. :wink:

Thank you @snowmonkey, I also got the clear idea from you.

1 Like