HTML

Step 3: Add a heading by clicking on line 9, pressing tab to indent, and 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>
The body should look something like the following, but with your own topic:
<body>
  <h1>Video Games</h1>
</body>
At the top, drag the Preview tab to the right to have the Preview window side by side with your code. Click the green Run button to view your webpage.

Hint: Type angle brackets to make the <h1> tag. Refer to number 8 in this keyboard diagram.
Last step Next step