You should only add one opening anchor (a) tag. Please remove any extras. i have removed extra i dont know what todo

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 view more <a target="_blank" 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."> <a href="https:"//freecatphotoapp.com </>
  </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:

1 Like

Turn the image into a link by surrounding it with necessary element tags.

but i did that alreAdy

1 Like


check it out i did what it asked of me …

1 Like

Please post your actual code instead of a picture. Thanks

I don’t see a closing anchor tag.

1 Like

stuck at exactly same point, does not look like I have more than one anchor point You should only add one opening anchor ( a ) tag. Please remove any extras.
A cute orange cat lying on its back.
and the cat pic is an active link and when I click on it it says “Normally this link would bring you to another website! It works! This is a link to: (
https://freecatphotoapp.com/)” so it looks like it is working as it should but still not able to complete step,

1 Like

I managed to solve it guys. I was like you guys. With some try and error. it works. Here’s the code

-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.”–/a-
Later just replace the - sign with either < or >

Thanks, tried your code but still pops with an error " You should only add one opening anchor (a) tag. Please remove any extras."

Code used:

<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."</a>

Any idea how to resolve?

Hi guys, this is the code to solve this

Mod Edit: SOLUTION REDACTED

you should also delete the previous img scr in order to be able to move forward.

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

i have the same issue

HI @rodietay !

Welcome to the forum!

If you need help with a challenge, please create a new post with your code and challenge link so people can help you. :+1: