Not getting Anchor tag

Actually I started anchor tag and put the things as syntax says but i am unable to move in forward step. It says that you are not closing your anchor tag although i checked my code multiple times but i am not able to identify where i am wrong.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="This is a cute cat photo"></a>
  </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.0.0 Safari/537.36

Challenge: Step 14

Link to the challenge:

Hello,

You are missing one more line right after the comment, you have deleted it by accident I guess. When you reset the task it will appear back there and won’t be causing issues.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.