Tell us what’s happening:
Describe your issue in detail here.
can someone please help me with step 12 of this course i am stuck and i even searched up on YouTube yet what they put in was wrong and i cant seem to figure out what the problem is. Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</a></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/113.0.0.0 Safari/537.36 OPR/99.0.0.0
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Welcome to the community.
Step 12 is asking that you place the anchor < a href =xyz > around only< / a > the words cat photos within the sentence in the p element. Do not remove or change anything else. Just add the required anchor. I have placed an example within my post.
Happy coding!
You watched a video from an old challenge. This text should not be used. You need to reset the lesson, and the only thing is add the link around the word “cat photos”
Show us what your code looks like if it doesnt work with the original text
You have cat photos twice in that sentence. There should only be cat photos once. The only cat photos should be the ones that are in between the anchor tags