Learn HTML by Building a Cat Photo App - Step 11

Hi @alaa_hayajneh

In this exercise we’re learning to make a text into a clickable link and also about nesting.
We make a text a link using anchor or a element.

<a href="link">LinkName</a>

In the exercise we want to make cat photos a link and href value is https://freecatphotoapp.com .

Also I’m attaching an image to explain this with an example below:

Please feel free to ask if you’ve any queries.

– Amit.

1 Like