Need a step or guide on step 3 of cat photo app


<html>
<body>
  <h1>CatPhotoApp</h1>
 <h2>Cat Photos</h2>(p)<h1>Click here to view more photos</h1> 
</body>
</html>
  **Your browser information:**

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

Challenge: Step 3

Link to the challenge:

Hi @generalflame7 ,

An HTML element consists of a start/opening tag, then some content, and an end/closing tag. This is a p element :

<!-- A p element : -->
<p> This is a paragraph </p> 

This is an h1 element :

Now restart the challenge and try adding a p element below the h2 element with the text :

Click here to view more cat photos.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.