Beginner for html


please can someone help me this
The main element should have two paragraph elements as children.
Your code so far

<mai
<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 scrached sunbath,shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
<p> children</p>

Your browser information:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

You have a partial opening main tag, then an h2 element, then a p element, then a main with only one paragraph as a child, then another p element.