Tell us what’s happening:
Describe your issue in detail here.
It keeps saying that I have an extra anchor tag. I have no idea where the extra anchor tag is. I come into this problem a lot.
**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 target="_blank" href="https://freecatphotoapp.com"</a>
</main>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 14
I’ve edited your post to make the code readable. To format code for the forum you need to put backticks around it, or highlight it and press the button that looks like this </>
This gif explains how to do those things visually.
No problem! And I’m glad to see you’ve got the hang of formatting code.
Have you tried anything new? This looks like the same code you showed me in your previous comment. Check my last reply, you still need to fix those issues I mentioned.