Error:
Your img element should be nested within the anchor (a) element. The entire img element should be inside the opening and closing the tags of the anchor (a) element.
although i could see an image that i can click , the platform doesn’t allow to proceed to next step and would be happy to learn what i am going wrong here.
<a href="https://freecatphotoapp.com">
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="Description">
</a>
