Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happeninhow to do the step 3 of using the element p

Your code so far

<h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
   <Everyone loves cats online!</>
   
   


<!-- User Editable Region -->


  

<!-- 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/132.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there and welcome to the forum. You need to add p opening and closing tags around the required text. See the above h1 and h2 opening and closing tags as an example.