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>
    <element> see more cat photos in your gallery <\element>
        
  </body>
</html>
``` I’m trying to figure out how put a p in something like this < element name>



**Your mobile information:**
```txt
iPhone - iOS15.7.8

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,
In the previous step, you’ve added a <h2>Cat Photos</h2> header - paragraphs work the same way as headers, they need an opening and closing tags.

2 Likes

Here Kindly see what we need to put ?

Our p tag shows our text in our browser.

So now think what you need to do write here ?

Hope You Understand !!

2 Likes