I'm a little confused

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<main>

<h2>CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere</p>
<p>Stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 12239.67.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.102 Safari/537.36

Challenge: Introduction to HTML5 Elements

Link to the challenge:

The instructions for the challenge say:

"Create a second p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched."

You did create a new <p> but you didn’t fill it with the text given in the instructions.

Then the instructions continue:

" Then, create a main element and nest only the two p elements inside the main element."

You did create a <main> but you included more than the two <p> elements.

If you have specific questions about either of these please ask.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.