Step3 of HTML help

Tell us what’s happening:
Describe your issue in detail here.
Am having trouble solving step 3 which is the p element I’ve tried using opening and closing tags but it doesn’t work please help

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <h3 :hugs: :smile:>(p)</h3>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX5 Build/HUAWEIDRA-LX5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Mobile Safari/537.36

Challenge: Step 3

Link to the challenge:

Hi!

This is how you write a p element.

<p>I am a paragraph</p>

You need to put the text the lesson asks you to put between the <p> opening tag, and </p> closing tag.

Hope that helps!

1 Like

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