Learn HTML by Building a Cat Photo App - Step 12

Hello! @smee.fod

The same has been answered here.

If you’re still stuck, We have to turn the existing “cat photos” text into a link and not add a new text called cat photos and make it as a link.

Eg:

<p> Hi I am a para, <a href = "the link" >but I am a link</a> </p>

In this example, the text “but I am a link” will become a link.

Happy Coding! :grinning:

1 Like