Step-3: how do I open and close a paragraph 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>
< (Click here for more cat photos.) >
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO B1p) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36

Challenge: Step 3

Link to the challenge:

Hi!

here’s how you make a paragraph element.

<p>I am a paragraph. I am inside a start tag and ending tag</p>

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