HTML(I dont know what did i do wrong it just wont let me pass the test

Tell us what’s happening:
How do i make a src attribute that points to the kitten picture

My code:

<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>
<img src="https://storage.googleapis.com/www-cw-com-tw/article/201810/article-5bd182cf13ebb.jpg" alt="A cat's face."/>
</main>

Welcome @wuligal, I assume this is reference to challenge:

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

Your code is correct but the challenge is looking for the image link posted in the description of the challenge. Then it should pass the tests.

Happy coding!

Thank you so much for helping!