Need help with step 6 of the Registration Form!

Tell us what’s happening:
I can’t seem to get past this step. Everything seems to be typed up correctly but it’s saying that my code is not passing. Thanks for the help in advance!

Registration Form

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15

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

Link to the challenge:

Mind your spaces, they often block perfectly correct answers.

<h1>Registration Form</h1>

Thank you so much! I’ll definitely keep it in mind.

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