I need help urgently

Tell us what’s happening: it keeps saying Each of your p elements should have a closing tag.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>View more
<a href="https://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>
<p> View more cat photos</P> 
</main>
  **Your browser information:**

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

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

hello @mybutterflyworldd,
your last closing “p” tag should be lowercase to match with the opening tag

your <p></P> should looks like this: <p></p>
2 Likes

thank you so much
i did not even notice

you are welcome, @mybutterflyworldd.
Btw, I didn’t notice that as well in my first time reading your code ^^.

Please your paragraph should be small letter p not Capital letter

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.