Iāve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the āpreformatted textā tool in the editor (</>) to add backticks around text.
<a href="https://freecatphotoapp.com" img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
This is what I get, the error msg reads, Hint You should have an img element with an src value of https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg. You may have accidentally deleted it.
What you need to do instead is put an opening anchor tag <a.....> before the image element and a closing anchor tag </a>after the image element. That turns the image element into a clickable link, because whatever is between the opening and closing anchor tags becomes a link.
I donāt know that āgo try something else and then come backā is the most helpful advice. Itās useful advice, sure, but not exactly targeted to the current problem at hand.
True, Iāve watched several tutorials and stuff, but they just cover the basics. This is actually the second time Iām going over this, I got it correct the first time, I just dont know what Iām doing wrong this timeā¦