I need explanation about this introduction to HTML5

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<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>
<p2>purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p2>
<main>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere</p>
<p2>purr jump eat the grass rip the couch scratched sunbathe</p2>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.0; Infinix X559C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hello,

There is a problem with your paragraph tag :slight_smile:

There’s no “p2” tag, only a “p” tag.
The “p” tag describes a paragraph and you will learn later on how to differentiate between the different paragraphs

1 Like

Hi, There’s nothing like p2 tag in html🤗

Lol I am new here :thinking:

1 Like