Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
I’m having issues getting beyond the step 12 …
This is my code

Click here to view more cat photos. cat photos

But the code still didnt run I dont know what to do
  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
  <p> Click here to view more cat photos. <a href="https://freecatphotoapp.com"> cat photos </a></p>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

Hi! Welcome to the forum!

You’re nearly there. You’ve made the phrase cat photos into a link correctly.

But as a clue, the word cat photos shouldn’t appear twice in the p element.

1 Like

I appreciate your help but i honestly dont know what else to do

I finally got it thanks a bunch

1 Like

Bro, please I’ve been stuck here on the this step 12 for the past three days.
Hghlight me please

Hi, if you’ve checked online for help with making anchor elements, searched the forum and still can’t solve the lesson please make your own new topic. It is easier to help if you do this.

You can do this by pressing ‘new topic’ on the front page of the forum, or ‘ask for help’ on the lesson you are stuck on.

Nest everything it in the paragragh tag …and make sure you remove the “cat photos” at the back of “click more to view more cat photos” so that cat photos doesnt appear twice

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