Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

p elements text should be everyone loves cute cats

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there and welcome to our community!

The text content of your p element is correct, except that there should be no space at the beginning of the text.

However, you also have a syntax error with your opening element tag. Only the closing tag should contain a forward slash. (Compare with the h2 element above it).

1 Like

Hey Buddy, You have small error need to be fixed.

Here Notice how h2 tag got assigned ?

In the same way p tag needs to be assigned !!

Kindly do follow the advised of @igorgetmeabrain too.

Hope You Understand.