Notice that there are 2 spaces “indentation” before the <body> and 4 spaces indentation before the <h1> and <h2> lines.
This indentation is there to help you and others read the code. It does not affect the way
the browser displays anything.
So once you’ve restarted the step, all you have to do is add the proper indentation to the given line. Put your cursor at the start of the line and click space twice.
Do not add any other code.