Add a <p> element with the following text

so i added

please fill out this form with the required infomation.

under my

and it didn’t pass ,what did i do wrong ,

  **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>
  <p>Please fill out this form with the required infomation.</p>

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

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.33

Challenge: Step 6

Link to the challenge:

Hi @Metal ,

Remove the . at the end of your paragraph, and check this word again :

i tried that way first ,and it didn’t work so i added the period ,and i just tried it again and i says (you should give the p element a text of please fill out form with required infomation.

You are missing an r in information.

i got you i am missing a r ,that crazy i look for missed spelled words and all and still miss it thanks that was the problem

1 Like

yes i got it thanks for the help.

1 Like

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