I do not know where went wrong?

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

  **Your code so far**

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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15

Challenge: Step 3

Link to the challenge:

I believe this challenge asks you to make a p element.

See the instructions:
Create a paragraph ( p ) element below your h2 element, and give it the text Click here to view more cat photos.


You should create <p> element below the h2 element


<p>Text goes here</p>

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