The instructions want you to add a new line below the h1 line given to you.
So to reset the code: Click on the “Restart Step” button and reload the page and this will return the h1 element line back to its original value.
Next, add a new line underneath the h1 line. (Below it).
Then write a new h2 html element.
HTML h2 elements look like this:
<h2>This is My Header</h2>
So make sure your new line has the h2 start tag ‘<h2>’ followed immediately by the phrase you were asked to write, followed immediately by a closing tag ‘</h2>’
I also encourage you to review previous steps as many times as needed as you move forwards.