Introduction to HTML5 Elements, <main> tag

Tell us what’s happening:
I have done everything as asked, but can’t seem to get this right.
These are the errors I’m getting:

  1. Make sure each of your p elements has a closing tag.
  2. The closing main tag should come after the second closing paragraph tag.

Please help

Your code so far


<h2>CatPhotoApp</h2>
<main>
<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; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements/

Case sensitive :slight_smile:

Look at your closing paragraph tags closely

1 Like

Thank you so much. That helped

1 Like