From the scratch

Tell us what’s happening:

I’m really new to it and starting from the very scratch. Please send help!

Your code so far


<header>.
<h2>CatPhotoApp</h2>

<p>Kitty ipsum text dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>bla bla bla Kitty ipsum text blablabla</p>
</header>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements

The exercise calls for a <main> tag, not a header one, wrapping just the <p> tags.
Have you tried that?