Tell us what’s happening:
Describe your issue in detail here.
Your code so far
Stuck on excerise 12
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>See more cat photos in our gallery. <a href="https://freecatphotoapp.com">cat photos</a></p>
<!-- 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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
You added the text cat photos. You should not add any new text in this challenge. You need to add the link around the existing text that the challenge gives you
You need to reset the lesson. You deleted all of the text that should still be there. You should not be deleting anything in this challenge. You are supposed to add a link around the existing words “cat photos” that the challenge provided you in the sentence
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
we can take a look, there’s no problem. but you should post your solution.
how do you, after reading instructions, think this should be solved?
post here, and we can correct you, if you misinterpreted something, or omitted something.
sometimes it could be something small like a typo.