Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<a href="https://freecatphotoapp.com">link to cat pictures</a>
<!-- User Editable Region -->
<p>See more <a href="https://freecatphotoapp.com"> in our gallery.</p>
<a href="https://freecatphotoapp.com">link to cat pictures</a>
<!-- User Editable Region -->
<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/115.0.0.0 Safari/537.36 Edg/115.0.1901.183
Challenge: Learn HTML by Building a Cat Photo App - Step 12
A link needs both opening and closing a tags, just like the link you already created below the p element.
Also, what happened to the text “cat photos” that was in the middle of that sentence. That’s what you want to turn into a link so I think you still need it in there
Finally, do not add any extra text to the page. It looks like you added another “link to cat pictures” above the p element and turned it into a link. You don’t want to do that.
Hi @hellenjue, please use the Help button on step 14 to create a new post in the forum. That will automatically include your current HTML so we can see what you did.
Thanks Smooth. That’s well noted. Let me continue since I’m now at step 20. When I tarmac, I’ll automatically hit the help button. Thanks once more for your support