Trying to pass step 3 putting P to make a paragraph

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
<h2>CatPhotoApp</h2>
<P1>Click here to view cat photo</p1>

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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 3

Link to the challenge:

p is used for paragraphs it doesn’t have p1 or p2 and so on like h1-h6 so you have to convert your p1 to p

1 Like

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