Learn HTML Forms by Building a Registration Form - Step 6

Tell us what’s happening:
instructions state to create an h1 tag w/ text “Registration Form” when I try to move on in the lesson, I keep getting an error stating my code is incorrect. There is nothing wrong with my code from what I can observe.
Your code so far

Registration Form

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Registration Form</title>
    <link rel="stylesheet" href="styles.css" />
  </head>

<!-- User Editable Region -->

  <body>
<h1> Registration Form </h1>
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome to our community!

Delete the blank spaces around the text between h1 tags.