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>
    <elementName>See more cat photos in our gallery</elementName>
  </body>
</html>

Your mobile information:

itel A666L - Android 13 - Android SDK 33

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!

1 Like

Hello there @PsalmdeGr8 welcome to fcc forum.

The challenge simply asks you to add <p></p> tag or element below your present <h2></h2>element.

NOT <elementName></elementName>. Remove it and use p tag to wrap your text. Thanks.

1 Like