Learn HTML by Building a Cat Photo App - Step 15

I am having issues with step 15 and i need help please?

Step 15

In previous steps you used an anchor element to turn text into a link. Other types of content can also be turned into a link by wrapping it in anchor tags.

Turn the image into a link by surrounding it with necessary element tags. Use https://freecatphotoapp.com as the anchor’s href attribute value.

Welcome to the forum @vincentidele

Here is an article explaining how to link text and images inside nested elements you may find helpful.

Make sure you reset the step to clear your old code.

Happy coding

Thank you for your support. But i did the same but i still get this error message:
You are missing a closing (a ) tag after the image.

1 Like

Add the code </a> after the image element.
Anchor tags come in pairs.

Happy coding

1 Like

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