Learn HTML by Building a Cat Photo App - Step 12

Welcome to ffc forum. You modified your code, reset the challenge and add anchor opening and closing tags around existing cat photo text. Then add href attribute with the value link provided in the challenge within anchor opening tag.
Example

<p> some text <a href="link">more text</a> some more text<p>

Following the example above add required things to your code.
@prabhaevid