Learn HTML Forms by Building a Registration Form - Step 6

Tell us what’s happening:
Describe your issue in detail here.
What am i doing wrong please help

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Registration Form</title>
  <link rel="stylesheet" href="styles.css" />
</head>
<body>
 <h1> Registration Form</h1>
</body>
</html>
  **Your browser information:**

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

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

Link to the challenge:

Hey!

Some of the tests which are used to check if you code is correct or not are super strict. If the instructions are to add the text “Registration Form” then the text has to be exactly that.

So just remove the space from the start of the text and it should work just fine :joy:

Hope this helps! :smile:

1 Like

Thanks a lot its working now :slight_smile:

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