Step 3 Paragraph (p) elements are used to create paragraph text on websites. Create a paragraph (p) element below your h2 element, and give it the text Click h

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

Step 3

Paragraph (p) elements are used to create paragraph text on websites.

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  (p) Click here to view more car photos(/p)

</body>
</html>
  **Your browser information:**

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

Challenge: Step 3

Link to the challenge:

Hi,
<p>This is a paragraph element</p>

Also check your spelling of ‘cat’.

Hope this helps!

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