This is very weird! In step 5 it asks:
Within the body, provide a heading context for the content, by adding an h1 with the text Registration Form.
I wrote within the body:
Hint: Pay attention to the background color of the text in the instructions.
That is very strange. Have you figured it out yet? If not, it might be either a syntax error or a typo in the text between the h1 opening and closing tags. I make that mistake all the time.
Let me know if this helps. I’m more than happy to work with you to solve it.
Looks like they want your h1 to say “Registration Form” – the words “the text” are telling you what text to put into the h1 tags. Good luck!
It should be
Registration Form
I advise you to use the chrome devTools to take a look at our code.