I can see what you did here and you might want to read the instructions more carefully:
Turn the words cat photos located inside p element into a link using the same value for the href attribute as the link below the p element. The p element should show the same text in the browser, but the words cat photos should now be a link. Make sure to remove the a element with the text cat photos on the line below the p element.
You wanted to make the words “cat photos” into a link that launches to the URL that’s already there. See if you can figure out how to do that and let us know how it goes!