Help please! What is main element?

Tell us what’s happening:
I dont know what is the main element

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>

<p>Kitty ipsum dolor</p>

Your browser information:

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

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

There are some significant parts in a webpage like header, main, footer. Header contains the navigational part, main contains the content and footer for additional info copyrights.etc
Check this,
https://www.quackit.com/html_5/tags/html_main_tag.cfm

thank you very much!!!

Sure, you are welcome.! :wink: