Design a Registration Form - Step 1

Tell us what’s happening:

This step is not getting complete despite filling the correct code.

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>


<!-- User Editable Region -->

  <h1> Registration Form </h1>


<!-- User Editable Region -->

</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/17.6 Safari/605.1.15

Challenge Information:

Design a Registration Form - Step 1

Try removing the extra spaces between the text and the HTML h1 tags.

<p>no space before or after text</p>

Hey buddy when we do add the extra space then it doesn’t create unnecessary stuff so we do remove it.

Hope You Understand..