Introduction HTML5 Elements

Tell us what’s happening:
Think I quite don’t understand the question.Since I’ve given the p element a parent element. I dont understand the term main element? Please assist

Your code so far


<h2>CatPhotoApp</h2>
<body>
<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>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0.

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

Just as it is written in the explanation body:

The main HTML5 tag helps search engines and other developers find the main content of your page.

The ‘main’ element is the <main> tag…

thank you. LOL I realised i wasn’t reading the question right.

Have to say that I have been over thinking on this question. When the answer is right in front of me the entire time. :smile: