Wrapping an img link with anchor

The <a> wrap on my img link is incorrect, any help to correct it would be great

  **Your code so far**


   <a><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
</main>
</body>
</html>
  **Your browser information:**

There is no link to the challenge so it is hard to help you. But I would expect some attributes in the anchor.

Challenge: Step 14

Link to the challenge:

Did you understand this instruction:

Use https://freecatphotoapp.com as the anchor’s href attribute value.

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