Complication in the learning if the HTML5 ELEMENTS

Tell us what’s happening:
what is a main tag and how is it used??

Your code so far


<h2>CatPhotoApp</h2>
<h3>
<p1>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p1>
<p2>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratced</p2>
</h3>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36.

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

The main tag is a SEO specific tag which tells the computer which part of your page is the main section.

You wrap the tag around the content that is considered main.

<main>
//Your content goes here.
</main>

thanks so much… it really helped a great deal

p1 p2 do not exist, its just p use it as many times as you need it .