Stuck on step 14

Tell us what’s happening:
Stuck on step 14, keeps telling " You should only add one opening anchor ( a ) tag. Please remove any extras." when I only see one, I have tried every single combination i could think of and find online.


<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<a target="_blank" href="https://freecatphotoapp.com"><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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36

Challenge: Step 14

Link to the challenge:

Hey there! Welcome to the forums :wave: :slightly_smiling_face:
It looks to me like your missing a closing anchor tag.

i confused on what to put because when i put < /a> it tells me theres one too many, /> doesnt work either so im just lost.

Where did you place the closing anchor tag? I took your code and passed the challenge without issue by adding a closing anchor tag.

Edit: I did not mean to reply to 8-bitgaming and not sure how to remove the reply part. Sorry @8-bitgaming.

I see the issue, it was a dumb mistake, i was missing a > after (alt=“A cute orange cat lying on its back.”) i was doing (alt=“A cute orange cat lying on its back.”) instead of (alt=“A cute orange cat lying on its back.”>)

2 Likes

Hi Natanael, I seem to be stuck exactly where you are, and I double checked that I have the correct closing bracket placed after the alt text, yet I’m still not passing. I’ve tried refreshing, copying what should be the solution, etc. Any help would be greatly appreciated!

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