How do I locate the other p element

Tell us what’s happening:
It keeps telling me “Each of your p elements should have a closing tag.” meanwhile there is only one P element.

  **Your code so far**
<h2>CatPhotoApp</h2>
<main>
<P>View more <a href="https://www.freecatphotoapp.com" target=_blank">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.">
<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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

This small typo is confusing the test suite. Capitalization matters to the tests.

1 Like

Also pressing “CRTL+F” and searching for

will show you the number of instances it appears on the page, the do the same with

and you’ll see immediately if you have a difference

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