Intro to HTML5 Element

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO CA8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36.

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

Hello please I need help I’m not getting the code… Any assistance

the structure should be
<h2></h2>
<main>
<p></p>
<p></p>
</main>

1 Like

you were good adding the <p>kitty ipsum...</p> but where you went wrong was the <p></p> wrapping the whole kit and caboodle. They ask you to wrap the paragraphs (not the heading) in a <main></main> tag.

1 Like

1 Like