When you post to the forum, you should always post the FULL code.
Not just your answer.
This would be the FULL code.
<h2>CatPhotoApp</h2>
<main>
<!--YOUR ANSWER GOES HERE-->
<a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a>
<img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
<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>
That way we can test the full answer that your are submitting and let you know where the errors are.
A lot of times people will change things they are not supposed to in the starter code and it just makes it easier to identify issues if you give us all of the information up front.
I think you can move onto the next lesson if you passed the challenge.
For future posts, you want to share the full code.
After being on the forum for a year, I have seen plenty of situations where people will share part of the code and there will be this long back and forth trying to figure out the problem.
Then we realize they changed something in another part of the code they weren’t supposed to.
I just makes life easier for everyone involved if you share all of the information up front.