It only says " After nesting the anchor (a ) element, the only p element content visible in the browser should be See more cat photos in our gallery. Double check the text, spacing, or punctuation of both the p and nested anchor element."
<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>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
<!-- User Editable Region -->
</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/116.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Hello and welcome to FCC Forum, a community of people helping each other!
You did a great job of nesting the words cat photos which you added to the code.
But, what the step asks for is to nest the two words cat photos while they remain in the p element statement.
I can see you have a clear understanding on how to nest the words. I suggest resetting the step and completing the anchor, exactly the same, but with the existing cat photos in the p element.
Hello!
< element>Here is an < opening anchor> example of what< /closing anchor> it should look similar to, @mavp. < /closing element>
I hope this helps you!