HTML

Step 9: Add a heading by clicking on line 5, pressing tab to indent, and typing <title> followed by the heading for your webpage. It should look something like the following, but with your own topic:
<title>Video Games</title>
The head should look something like the following, but with your own topic:
<head>
  <title>Video Games</title>
</head>
Open your webpage in a new tab by clicking the square with an arrow coming out of it in the top right of the Preview window. The title is on the browser tab at the very top.
Last step Next step