Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
i am new and this is my very first time coding, please help

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 3

Link to the challenge:

The element

for creating a paragraph statement should be written lowercase.

2 Likes

Welcome to the community!
As stated by @starstruck, elements are usually lower case. In this case, the p element needs to be lower case, as @starstruck mentioned.

Happy coding!

1 Like