Difficulty in adding images

Please i still have difficulty in adding images to website:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src꞊"https://bit.ly/fcc-relaxing-cat." alt꞊"The beauty of a cat.">

<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 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hi @Pennyjay!

Two things.

  1. there is no period at the end of the url

  2. Your = sign looks smaller than it needs to be. I don’t know what kind of device you are using but that is what is messing with the tests. Maybe try it on a laptop or computer if you are using a phone or tablet.

also <img src="..." alt="..." /> is a self closing tag. It make some difference after you get your url for the img src corrected.