I need assistance moving forward with **Challenge:** Nest an Anchor Element within a Paragraph

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>View more
<a href="http://freecatphotoapp.com" target="_blank">cat photos</a>
</P>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Hello and welcome to the FCC community~!

You have just a slight typo here that is causing the test to fail. :slight_smile:

I have followed all the steps but after running the test I keep getting the error message : Each of your ``` p elements should have a closing tag." Please can someone help me take a look at what might be wrong? Thannks in advance for your help.

As I mentioned above, you have a slight typo that is causing the error.

</P> is not the same as </p> :slight_smile:

1 Like

Just to be super clear about it.

Your closing p tag is using an uppercase “P”, it should be a lowercase “p”.

2 Likes

Thanks a lot for your help. It worked

Thanks a lot for your help. It solved my problem