Create a p paragraph using an element

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2><h2>Click here to view more cat photos</h2></h2>
</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.67 Safari/537.36

Challenge: Step 3

Link to the challenge:

You have changed the h2 element and added another h2 element inside it.
Your second <h2> element was supposed to be a p element.

Since you made changes to the <h2>, you can click on Restart Step and then add a <p> element below the <h2> with the text given in the instructions.

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