Learn HTML Forms by Building a Registration Form - Step 4

Tell us what’s happening:

I written the code correctly but it’s not been accepted by website.

Registration Form

Your code so far

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

<!-- User Editable Region -->

  <head>
    <meta charset="utf-8">
    <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

1 Like

Make sure no space is there between the <title></title> element and the content.