Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<img scr="https://www.bit.ly/fcc-relaxing-cat.co" alt="relaxing 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 (Linux; Android 9; SM-G965F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Mobile Safari/537.36
After making the above corrections by adding the proper src attribute and completing the .com at the end of the link and the problem still persists, trying checking if you are using the link address or the image address. When using an outside source, for me, i discovered that using link address doesn’t work unlike the actual image address when you right-click. Just try it if it might work for you.
He needed to actually remove the .co not turn it into .com, there should be no .com in the link. The correct address ends at cat. I think he has it sorted now