Introduction to HTML5 Elements1

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<h1>kitty ipsum</h1>
<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 scrached sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scrached.</p>
<h1>kitty ipsum</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; rv:61.0) Gecko/20100101 Firefox/61.0.

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

Tests you need to address:

Your code should have one main element.
The main element should have two paragraph elements as children.
The opening main tag should come before the first paragraph tag.
The closing main tag should come after the second closing paragraph tag.