Step 3: Add a heading to line 9 by typing
<h1>
followed by a heading for your webpage. It
should look something like the following, but with your own topic:
<h1>Video Games</h1>
Press Ctrl + S to format your code. The body should look something
like the following, but with your own topic:
<body>
<h1>Video Games</h1>
</body>
Click the yellow triangle toward the top left to run your project.
Click the plus sign to the right of index.html in the top, and select
Preview to view your webpage. Drag the Preview window to the right to
have it side by side with your code.
Hint: Type angle brackets to make the
<h1>
tag. Refer to number 8 in this
keyboard diagram.