Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

The Code is correct idk why it wont work I made the p element exactly as written above

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2> 
    </p> See more cat photos in our gallery.
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Try to use opening and closing tags, just like the <h2> element

2 Likes

Hello and welcome to our forum!
The code is not correct.

This text

should be surrounded by two tags, an opening tag and a closing tag. The opening tag comes first, and the closing tag comes last.

1 Like