Code is incorrect due to syntax error

I am not sure what I am doing wrong here. I have tried to google and figure it out. My hint is " You should only add one opening anchor ( a ) tag. Please remove any extras". I have messed with all the anchors and every time it is still wrong.

   **Your code so far**

<html>
 <body>
   <h1>CatPhotoApp</h1>
   <main>
     <h2>Cat Photos</h2>
     <!-- TODO: Add link to cat photos -->
     <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<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.">
   </main>
 </body>
</html>
   **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53

Challenge: Step 14

Link to the challenge:

Ya, the hint is a little misleading here. Your opening <a> tag around the image is just fine. I think you might have forgot the closing </a> tag though.

you forgot to close <a tag