Learn HTML by Building a Cat Photo App - Step 12

I need to add a element linking to cat photos I am not sure what code to add where
My code so far

The question on step 12

In the previous step you turned the words link to cat pictures into a link by placing them between opening and closing anchor (a) tags. You can do the same to words inside of an element, such as a p element.

In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by adding opening and closing anchor (a) tags around t

My code so far

CatPhotoApp

Cat Photos

See more <a cat photos in our gallery.

link to cat pictures

Welcome to the community!

Here is a good article on how to turn both text and images into a link.

Happy coding! :slight_smile:

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