Tell us what’s happening:
Describe your issue in detail here.
i have completed the rest of the htnl course and i still dont understand what this is asking me to do. could someone elaborate? the text is my link and i only have one anchor element. i dont know what i am missing
**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 href="https://freecatphotoapp.com"</a> cat photo</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 (Windows NT 10.0; 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 12
literally stuck on the same exact issue, we have the same code. The link for “cat photos” is blue and there is only one opening and closing anchor. Not sure why its not working. even when I remove the closing anchor its still saying there should only be one anchor.
hm the Lesson is alright i tried it right now again. You need a Space between more (a) no spaces between >cat photos< Thats the way it worked same codeline like you have
If you want to help somebody it’s cool. But on this forum it’s considered the best practice not to give direct answers. You can provide hints, generic examples, useful links, but not direct answers.