Learn HTML Forms by Building a Registration Form - Step 6

I can’t tell what I am doing wrong. A simple p tag and text but it says I did it wrong. Thanks!

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <title>Registration Form</title>
	  <link rel="stylesheet" href="styles.css" />
</head>
<body>
  <h1>Registration Form</h1>
  <p>Please fill out this form with the required information.</p>
</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/103.0.0.0 Safari/537.36

Challenge: Learn HTML Forms by Building a Registration Form - Step 6

Link to the challenge:

Hi @ultraCoder211 ,

Remove the . at the end of your p element.

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