I need help with introduction to HTML5 Elements

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>

<p>Kitty Ipsum text dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p><p>Kitty Ipsum text Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. </p>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36.

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

What is your question?

Hard to tell what you need help with as you haven’t asked anything really, but I am assuming that you are not passing the challenge and looking at your code, you are missing a <main> tag that wraps the <p> tags.