Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

Hi all im not sure why this code is not working? any ideas? thanks

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/127.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there and welcome to our community!

HTML tags are always written in lowercase. Your p element tags are uppercase.

2 Likes

Hey! I did not find much problem(s) in your code. But I think you should make the P of the paragraph tags lowercase.
Thank you :slight_smile:

1 Like