Learn HTML Forms by Building a Registration Form - Step 4

Tell us what’s happening:
I keep getting an error saying “Your project should have a title of Registration Form.” but I already put in title element and I’m not sure what I’m doing wrong here.

Your code so far

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

  <head>
    <meta charset='UTF-8'>
    <title> Registration Form
      </title>
  </head>
  <body>
  </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/105.0.0.0 Safari/537.36

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

Link to the challenge:

Can you try removing all the extra spaces so that it looks like this:

<title>Registration Form</title>

Try having no space between the tag and the actual title

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