Learn HTML by Building a Cat Photo App - Step 12

I’m still not getting it.

Thought I had lost you…

You have the following code last time you posted:

<p>Click here to view more <a href="https://freecatphotoapp.com">cat photos.</p>

You successfully added the starting tag of the anchor element on the left hand side of the words “cat photos” So this part is done.

Now you need to add the closing tag which looks like this </a> to the right of the word photos but before the period.

Think of the HTML anchor tag like a big blue marker. You want to use the marker to highlight specific words so that the browser can do something interesting with them.

Oh ok let me try that. I had to go pick up my kid from school real quick lol

1 Like

We at same level, i did what she said but it is still saying that there’s need for only one anchor (a) element. Plus the cat photos in the preview has changed to a link😁What to do?

I finally got it! Thank you!!! :slight_smile:

1 Like

I’d love to help you but I need to see your code. Can you use the Ask For Help button as I suggested before?

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