Introduction to HTML5 Elements dammy

Tell us what’s happening:

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>

Please how can i add main tag.. i can't get around this please. i'm new
<header>
<p>Purr jump eat the grass rip the coouch scratched sunbathe, shed everywhere rip the coouch sleep in the sink fluffy fur catnip scratched.</p>
</header>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; 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

You apply the main element the same way you would any other element, like the <p> or <header> tag. You just have to make sure you swap out the characters to “main”

<main>
<p>Content here </p>
</main>

Your answer is pretty close, just make sure you use the appropriate element that is being asked of you in the instructions.

Hope this helps!

oh yes it sure does help thank you Mr/s Thompson
thanks for the kind heart of benevolence