Step 6 Learn to build a Reg. Form

Tell us what’s happening:
Describe your issue in detail here.
I was just hoping that someone could repost the text for the paragraph (p1), as my phone won’t let me view the whole thing… This is what I have so far…

  **Your code so far**

<!DOCTYPE html>
<html>
<head>
  <title>Registration Form</title>
	  <link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
  <h1>Registration Form</h1>
  <p1>Please fill out this form with the </p1></body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; LM-K400) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.101 Mobile Safari/537.36

Challenge: Step 6

Link to the challenge:

There are no p1 and p2, etc. The paragraph element is not like the h1 or the h2, the paragraph is always a <p> and a </p>.

The text in the p element is Please fill out this form with the required information

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