Learn HTML by Building a Cat Photo App - Step 12

hi there, I wrote a post to help people with step 12 but first you must understand the objective of this exercise
If you click the reset button (which looks like an arrow turning), you will be shown the original code which includes this paragraph element
<p>Click here to view more cat photos.</p>

The objective is to turn the last two words of the paragraph into a link.
That means that the last two words will become clickable when you view them in the preview pane. Nothing else will change.

Here’s the post that explains the process

1 Like