What is a main tag

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0.

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

the last line: “Wrap the paragraphs with an opening and closing main tag.”

You have wrapped your in a header tag

You might want to read thi:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main

1 Like

Sorry just now learning coding, thanks!