Responsive-web-design-v9|workshop-cat-photo-app|step-17

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>

Welcome to the forum @rahulumanath,

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Happy coding

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