Create a paragraph (p) element below your h2 element, and give it the text

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

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  </p>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 3

Link to the challenge:

Hello can you share the code you tried so far?

I dont see your opening <p> element.
You should also have the text Click here to view more cat photos. in the p element.

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