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>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    </p>See more cat photos in our gallery.>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 11; TECNO KG7h) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Mobile Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 3

Link to the challenge:

Hello and welcome! For your “p” element, you will apply the same concept that you use above.

How you have your opening and closing “h2”
element is how you write the opening and closing for your p element. :slight_smile:

Very simple dude u just need to do it like

<p>Text</p>
Hope u understand :blush: