Wraping the paragrapgh with opening and closing main tag

Ive been trying to wrap my paragrapgh with opening and closing main tag. pls help me how do i do this?

Welcome to FCC, At the following link, I think you will find the help you need Introduction to HTML

<h2>CatPhotoApp</h2>

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

</h1>

pls correct me

What have you tried? If that is your code you don’t have any tags at all.

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

main is the name of the tag, you don’t need to (and shouldn’t) use something else
a main tag is that: <main></main>

the grass sniff. </p>
not 
the grass sniff </p>.

look at the .