Tried nearly everything but still can't get past step 12

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to see more <a href="https://freecatphotoapp.com" >cat photos</a></p>
    <a href="https://freecatphotoapp.com">cat photos</a>
    <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 (Linux; Android 12; SM-P610) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.87 Safari/537.36

Challenge: Step 12

Link to the challenge:

Hey there! Welcome to the forums :wave: :slightly_smiling_face:

What seems to be the issue? Any error messages? Something you don’t understand? The more info you give the better we can help :smile:


Couple things to note. First I get a hint with this code:

Your code should only contain one anchor (a) element. Remove any extra anchor elements.

There’s an easy fix. You have two anchors right now when it only wants one.
Second is your spelling. Compare the original text to your current text:

Click here to view more cat photos.

Click here to see more cat photos.

oh sorry, it says this " Your code should only contain one anchor ( a ) element. Remove any extra anchor elements."
perhaps I’m misunderstandng what an anchor element is…

oh nevermind, I got it. Finally saw the woods from the trees. Thanks for your help man.

1 Like

mine says the same, what does it mean?

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