I cant complete this challenge

Tell us what’s happening:

Your code so far



<body>
<h2>CatPhotoApp</h2>

<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</p>
</body>

Your browser information:

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

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

Hi, when I look at your code, you did not implement the last step of the challenge: “Wrap the paragraphs with an opening and closing main tag.” Try to use the tags and put the paragraphs inside. Then you should pass the test (it worked on my PC).

Thank you, i did it.