Learn HTML Forms by Building a Registration Form - Step 4

soo i just started this project and i dont understand why is it showing error its saying your title your title should have registration form

MY CODE SO FAR:

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

<!-- User Editable Region -->

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

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

Link to the challenge:

Spaces matter to the tests

1 Like