This is the starter code for this first step. It is a main heading element, comprised of an opening and closing element tag (i.e. <h1> and </h1>) and text content (i.e. Hello World), which is what the user will see on the screen.
All you should do in this first step is modify the text content of the above element, by replacing it with the specified text. You should not be adding any other code.