Learn HTML by Building a Cat Photo App - Step 14

Hey!

The a tag is used to link webpages together. so for example if you have a webpage which when you click it, takes you to google.com You can do something like this:

//    destination-link        link text
             |                    |
<a href="https://google.com"> a link to google </a>

even though the user will only see the text a link to google and when someone clicks it, the user will be taken to the google’s website.

Here in the same way, you need to a link to https://freecatphotoapp.com with the image inside of it.

You can turn almost every element into a link if you wrap it inside of an a tag.

[Removed by Moderators]

Hey! Thank you for your contributions on the problem. However, Instead of providing answers to questions, it would be much better for someone’s learning experience if you just provide them with enough hints and suggestions to help them get through the problem.

1 Like

Uhhhh what? why would you edit my reply as your question?

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