<h2>CatPhotoApp</h2>
<h1>Hello world</h1>
<P>Hello paragraph</p>
<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>Pur jump eat grass rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36.
Sorry, I didn’t see those extra instructions at the bottom.
You have two issues:
The kitty ipsum text you added to the <p> you created at the bottom is not quite correct. Use copy/paste if possible to add the text so you get it exactly right.
The opening <p> tag below the <h1> is not quite right. The test is very particular about capitalization.