Help am trying to understand HTML

Tell us what’s happening:

Your code so far


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

Your browser information:

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

You wrote closing p tag uppercase, just make it with lowercase.
Be more cautious when it comes to html tags, make sure they are lowercase.

1 Like

You need to create 2 p elements within a element.
The first p is already is given there.
The second p is given in the instruction column : 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.”
and close it with tag and you will be good to go.

1 Like

thank you!its very helpful

1 Like