Learn HTML by Building a Cat Photo App - Step 12

The challenge wants you to add a link to only cat phots in the sentence.

And the code should also display “Click here to view more cat photos”

eg. learn html by builidng a dog picture.
let’s make dog picture a link
<p>learn html by building a <a href="www.dog.com">dog picture</a></p>