Introduction to HTML5 Elements Help(2)

Tell us what’s happening:
I am having trouble figuring out how to complete this task. I have read all of what it says to do, yet I am still confused as to how to complete it.

Your code so far


<h2>CatPhotoApp</h2>

<header>

<main>

<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 courch sleep in the sink fluffy fur catnip scratched</p>

<footer>

Your browser information:

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

Try searching the same topic in the forum first. This particular challenge has been asked many times.

If tags are opened, they need to be closed. You also need not header and footer tags here. Hope this helps!

Looks like you are missing some closing header, main, and footer tags. Aside from that I’m not really sure what the exact task is.

These are the instructions:

Create a second p element after the existing 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.

Wrap the paragraphs with an opening and closing main tag.

Read carefully, they ask you to add only the new main tag
Do you need help understanding these instructions?

I figured it out once I found some answers again. I wasn’t sure how to understand it at first, but I finally understood after seeing some examples on other posts.

1 Like