Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- User Editable Region -->
<!--TODO: Add link to cat photos --> </body>
<p>See more cat photos in our gallery.</p>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Hello and welcome to the community !
I’m not sure were the body tag comes here it should be the last after your p tag. To comment a few lines start with <!-- add your text and end your comment by typing -->.
Ex:
Firstly,Add the main element between the body and h1 tag and close it in the end before closing tag of body. which will easier to read and also helps in accessiblity.
Secondly, closing of body tag will come in last before closing tag of html.