Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

Step 3
The p element is used to create a paragraph of text on websites. Create a p element below your h2 element and give it the following text:

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

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

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

(You have not filled out the “Tell us what’s happening:” field above)