Learn HTML Forms by Building a Registration Form - Step 4

Tell us what’s happening:

I have tried everything but I can’t fix this error… The error is " Your project should have a title of Registration Form. Remember, the casing and spelling matters for the title." Please help anyone, I kindly seek help from you guys whoever is seeing this post…

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
  <meta charset="utf-8"></meta>
  <title> Registration Form</title> 
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 4

Hey there,
There is an extra space before your text. Remove that and see if it works.
Good luck!