Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

my p element is showing your text is either omitted the text plz help me regading this issue. i have try alot for this

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <p everyone love 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/131.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!

Your opening p tag is missing an angle bracket (>). Also you shouldn’t have spaces before or after the text, and the capitalisation of the text should match the requirements exactly.

1 Like