Src attribute that points to the kitten image. Please help

I can’t get pass this part please help me

Your code so far


<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>
<main>
<img src="https://bit.ly/fcc-relaxing-cat.image.jpg"alt="A relaxing cat.">
</main>

check the challenge description, use the link you are told to use instead of this one

1 Like

You forgot to put a space between attributes. Hope this hint helps you.

Thanks! i got it now that took a while

This is what I did and it still is saying that my SRS attribute needs to be pointing To my image

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.