Help me solve catphotoapp step 3 in html

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

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

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

Challenge: Step 3

Link to the challenge:

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.

Read this instruction 3-4 times for better understanding

1 Like

Read the instructions and try it again :grinning:

1 Like

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