I can't get pass challenge 7

Tell us what’s happening:

Your code so far


<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>

<!--<main>
    <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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36.

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

Why do you have your answer commented out?

Hi there @Lukas1.

Be sure to read through the whole explanation outlined in the task, and pay close attention to each step listed below them as shown here…
steps

Break them down into singular task to make it easier:
Step One - <main> element should have two paragraph elements as children
Step Two - The opening <main> tag should come before the first paragraph tag
And so forth…

Hint: The challenge you linked in your post does not instruct you to use any comments in the code.

<!-- Any text inside the surrounding symbols is a comment -->

Hope this helps! Feel free to @ me if you are still stuck