HTML

Step 9: Add a title to line 5 by 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>
Press Ctrl + S to format your code. 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