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>
    <Cats>Everyone loves cute car
ts online!</Cats>
  </body>
</html>

Your mobile information:

SM-A025F - Android 12 - Android SDK 31

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!

Hi there and welcome to the forum!

Cats is not a valid HTML element. You were asked to create a p element with the text given in the instructions. Since the text you have here is not what is in the instructions, it may be best to reset this step and try again. Good luck!