Learn HTML Forms by Building a Registration Form - Step 4

Tell us what’s happening:

my code is not running plz check my code and help me some one

Your code so far

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

<!-- User Editable Region -->

  <head>
    <title Registration Form> 
    </title>
    <meta charset="utf-8">
     </meta> 
      </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 Edg/131.0.0.0

Challenge Information:

Learn HTML Forms by Building a Registration Form - Step 4

Hi.

  1. The title text itself should come after the opening tag - check your opening tag.
  2. The meta element is a void element; meaning it does not require a closing tag.
1 Like