Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    </p>
  </body>
</html>

Your mobile information:

YAL-L21 - Android 10 - Android SDK 29

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

It sells you that p is an element. You have not done both the opening and closing tags for the element.

It tells you to put text inside the element which you haven’t done.

Step 1 tells you how to do the element.