Tell us what’s happening:
Describe your issue in detail here.
Your code so far
im told to apply href attribute to code but it is already composed
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>See more <a> cat photos </a> in our gallery.</p>
<p> i think <a href="https://freecatphotoapp.com">link to cat pictures</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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
while i genuinely feel like this is a troll, you’ve not used the href where you should. You’ve added what is required to the wrong section, and added the string ’ i think ’ before the area you added it to.
reset the step. add the anchor tag with the appropriate href around the words ‘cat photos’ where you did add the anchor tag to begin with, excluding the spaces around the words.
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
I didn’t solve it here or the other places. You’re deleting all the help I’m giving. Showing is just as valid a teaching opportunity as any other, and these are so early on in the lessons, that deleting my help is almost a detriment. I always gave a reason with or before. I don’t understand your reasoning
If you want to provide a coding example to go with your explanation then thats fine. Many users do that, but it just cant be something they can copy and paste from the response and pass the challenge.