Hello, I am hitting a block. I have tried learning my nesting issue through the previous forum posts, but my new inexperience is showing and I am asking for a little guidance to help me out. Thank you.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>See more <a
href="https://freecatphotoapp.com">cat photos</a> in our gallery.
</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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Thanks for the responses.
This is my prompt:
“In the text of your p element, turn the words cat photos into a link by adding opening and closing anchor (a ) tags around these words. Then set the href attribute to https://freecatphotoapp.com”
These are my error messages:
“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”.
I am confused as to what I need to do that is different.
Your welcome. I also learning here from freecodecamp curriculum. If you have any problem about the curriculum challenges or any rendom question about programming, create a topic here on the forum so anyone’s can help you.