The computer keeps saying each of your p elements should have aclosing tag and i can't find where is the problem

Tell us what’s happening:
The computer keeps telling me that each of the p elements should have closing tag
i think all the p elements actually have closing tags ,and this is the problem.

  **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 (Windows NT 6.1; rv:72.0) Gecko/20100101 Firefox/72.0

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

1 Like

It’s only a minor Typo. Be careful where the Slash is placed in your closing <tags>,
Always Before the text:
Like:
</head> </main> </p>

Screenshot 2022-04-04 11.17.25 AM

1 Like

Hi, i edited the post .thank you for willing to help me.

1 Like

One of these is not like the others :wink:

1 Like

okaaaay, now i anderstand.
thank you so much

Happy coding!

1 Like

Screenshot 2022-04-04 12.00.41 PM

1 Like

Thank you for spreading your positive energy.<3

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