Build a Cat Photo App - Step 3

Tell us what’s happening:

im finding it hard to finish my taskd i need some help

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
  <p> Everyone loves cute cats online! </P>

<!-- 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/135.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 3

Hi. Look at your spacing . The text needs to be exactly as asked to pass.

Hi,
Welcome to the community!
Also, make sure you’re closing p tag is in lowercase.
Happy coding!

Hi There !! there are some common mistakes which you need to fix then you will be able to pass this test.

First there shouldn’t be space between your p tag and your text inside p tag.

See how you’ve just put the text inside your h2 tag.

Second thing when you’re writing any tag you need to put both of them in a same manner.

Here kindly do change this Upper letter into a small one

When You make these changes then you will be able to pass this test.

Hope You Understand.