I just do not know what I am doing and I need help.
CatPhotoApp
Cat Photos
See more cat photos in our gallery.
See more cat photos in our gallery
<html>
<body>
<!-- User Editable Region -->
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
</main><p>See more cat photos in our gallery</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
First reset your code so you start from the ground up, the last paragraph element that you added is not necessary.
And after that, in your only paragraph element add the missing indentation at the beginning of it by adding two spaces using your space bar. You’ll see that after doing that, the paragraph element will be at the same level as your headings above.