Learn HTML by Building a Cat Photo App - Step 12

Please click the reset step button (which looks like a curved arrow).

This will reset the code back to its initial state as you have removed code that you will need.

After that take note of:

In the code right now you have a paragraph element with plain text words. In the preview pane, you can see the words look like this

Click here to view more cat photos.

What they are asking you to do is change these words as follows:

Click here to view more cat photos.

Such that the last two words become clickable.

You do this using an anchor tag (review anchor tags in step 10)

If you are still stuck pls see this post as well

And if you are still stuck then please reply here and post your updated code showing your last attempt.

Hope this helps