Learn HTML Forms by Building a Registration Form - Step 7

Tell us what’s happening:
Describe your issue in detail here.
So it says to add “Please fill out this form with the required information.” in a paragraph element. I have done so, but it say it is wrong. I have doubled checked my code and spelling and do not see the error.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Registration Form</title>
    <link rel="stylesheet" href="styles.css" />
  </head>

<!-- User Editable Region -->

  <body>
    <h1>Registration Form</h1>
    <p>Please fill out this form with the required information.</p>
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15

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

Link to the challenge:

It may seem silly but you shouldn’t have a full stop at the end of the sentence.

1 Like

Thanks I just realized. :woman_facepalming: It worked.

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