HTML

Step 3: Add a heading to line 9 by typing <h1> followed by a heading for your webpage. It should look something like:
<h1>Video Games</h1>
Press Ctrl + S to format your code. The body should look something like:
<body>
  <h1>Video Games</h1>
</body>
Click the run button in the top center 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