Not able to cracked HTML 5

Tell us what’s happening:

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff

Kitty ipsum dolor sit amet, your ankles chase the red dot

Your code so far


<h2>CatPhotoApp</h2>

<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>Kitty ipsum dolor sit amet, your ankles chase the red dot</p>
</main>

Your browser information:

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

You’re adding the wrong text to the p tags.

1 Like

How to resolve it. I am not from coding background. Thanks for your kind responase.

Hi @welcomeajaysaxena!
For each exercise, you will want to read the instructions very closely. In this case, the instructions provide you the exact text required for the test to pass:

You should be able to type it or copy and paste the highlighted text that into the second p element.

1 Like

Thanks a lot cmccormack.