Tell us what’s happening:
Describe your issue in detail here.
I am stuck on the code for adding the image. I keep being told “Your image should have an src attribute that points to the kitten image” I’ve tried all I know, can anyone help me?
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<img src"https://cdn.freecodecamp.org/curriculum/cat-phot-app/relaxing-cat.jpg" alt="fcc-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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36
No you just need to carefully copy the link. Because when I copied the link from your question it didn’t work but when I copied the image link from original tutorial, it worked. So try copying carefully once again.
You can also check my previous post as I have edited it with correct link and code.