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
 <h2>everyone love cute cats online!</h3>
  </body>
</html>

Your mobile information:

OPPO A83t - Android 7.1.1 - Android SDK 25

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.

Welcome to the forum @emmanueliibrahimu5

You have a few typos.

  1. Please remove the letter P appearing above the new element
  2. The opening and closing tags need to both contain p, instead of h2 and h3
  3. The first letter of the text need to be capitalised
  4. The second word is plural

Happy coding