Basics of HTML5 and HTML

** // running tests

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.:**

Your code so far


<h2>CatPhotoApp</h2>

<p><p>Kitty ipsum dolor sit amet, shed everywhere</p>
<p>Purr jump eat the grass rip the couch</p></p>

It’s not asking you to put the two paragraph elements in another paragraph element, it’s asking you to put them in a main element.

Edit: sorry if this is wrong, but I think I just figured out what you issue probably is

Your code should have one main element

It literally means <main>, it isn’t a figure of speech, <main> is an HTML tag