Learn HTML for the cat photo app step 15

How do you Turn the image below into a link by surrounding it with necessary element tags. Use https://freeca tapp.com as anchor href attribute value A cute orange cat lying on its back.

Just use an anchor opening tag on the left of the image and an anchor closing tag on the right.

Hi @tcnew12,

Example:

<a href="link address"><img src="image destination/link"> </a>

So now try it by urself to turn this photo into a link :slight_smile:

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