Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.
how to write p element
Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>Cat Photo</h2>


<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Avast/114.0.21452.134

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

Link to the challenge:

Just the way you have written these :point_up_2: ones , except that you change h1 or h2 to p

1 Like