Tell us what’s happening:
I am struggling with step 12 Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p> <a href='https://freecatphotoapp.com'>cat photos</a> in our gallery.</p>
/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/114.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
You deleted the words “See more” before the link. You don’t want to make any unexpected changes. Doing anything other than what the instructions ask will most likely cause the tests to fail.
Also, it looks like you have a stray /p between the p element and the second link. Again, don’t add anything that the instructions don’t ask you to add.
I dont see a closing anchor tag thats supposed to come before the closing paragraph tag. I also dont see any of the other text that the challenge gave you for this sentence. Did you delete it?
You will have to use the reset button to get the challenge back to the default. Then you can try adding the link around the words “cat photos” without removing anything
Where is the link? I just have to ask to get an idea of where you are at and how I can explain this challenge. Do you 100% understand the requirements for the challenge?