Turning a text to a link. Step 12. I am so stumped here

Click here to view more cat photos

We can’t quite see your HTML. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

If you reload the step you will see the “cat photos” link below the p element you created in the previous steps:

<a href="https://freecatphotoapp.com">cat photos</a>

This is how you turn a group of words into a link, you surround them with the opening/closing a tags. You will do the same thing to the words “cat photos” in the sentence in the p element. You can put a tags inside of the p element.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.