Stuck on a img src code

Greeting to you!

So… i have been instructed to create a image in my kitty photo app page. But when i hit the run tests button it tells me my image has to have an src element that point to the picture of the kitten which looks like i did but it still tells me i am wrong.

Your code so far


<img src=“https://www.your-image-source.com/your-image.jpg” alt=Author standing in the beach with two thumbs up.”>

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

Your browser information:

User Agent is: Mozilla/5.0 (iPad; CPU OS 12_4_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1.

Challenge: Add Images to Your Website

Link to the challenge:

Fix your quotation marks. I think you’re using “smart” quotation marks, so it’s not working. Delete each quotation mark and type it again to fix it.

A quotation mark is missing.

Your second url is missing “https:” at the beginning.