Introduction to HTML5 Elements - create one main element

Tell us what’s happening:

What’s wrong with my code, I think I got it right but it won’t let me pass this stage?

Your code so far




<h2>CatPhotoApp</h2>


<section>

    <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>

</section>

Your browser information:

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

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

Please re-read the instructions:

Wrap the paragraphs with an opening and closing main tag.

1 Like

Instead of these section tag, you have to wrap your paragraph tags with main tag.

1 Like

Geez … Thanks :slight_smile: