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

Your mobile information:

2409BRN2CG - Android 14 - Android SDK 34

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!

Welcome to the forum @Calypso190

Your p element’s text should be Everyone loves cute cats online! You have either omitted the text or have a typo.

  1. Cats needs to be in lower case
  2. You are missing the exclamation mark at the end of the sentence.

Happy coding

1 Like