Learn HTML by Building a Cat Photo App - Step 3

I wasn’t got the instructions. I was being trying to create elements of H2 someone should pls guide me:
Describe your issue in detail here.

Your code so far

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

Your mobile information:

Infinix X669 - 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!

hello and welcome to fcc forum :slight_smile:

  • you need to add a “p” element with some text in it

lets refer to instructions

a p element below your h2 element and give it the following text:
See more cat photos in our gallery.

happy coding :slight_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.