Learn HTML by Building a Cat Photoshop App - Step 15

Sorry in advance, as I am a new user I get a message that I can’t create a new topic with two links inside. I will post the link to the task below .
I tried copying what I did in task 12 or 13 or somewhere, but it’s not correct.
I noticed, what confuses me is; that I often don’t know what to do once another element come into play, e.g here the alt text

this is what I have so far
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"<a href="https://freecatphotoapp.com"</a> alt="A cute orange cat lying on its back."

You broke the img element. You must make zero changes to the img element.

The opening anchor tag has to come before the img if you want the img to be a link. The closing anchor tag has to come after the thing you want to turn into a link.