HTML

Step 9: Add a title to line 5 by typing <title> followed by the heading for your webpage. It should look something like:
<title>Video Games</title>
Press Ctrl + S to format your code. The head should look something like:
<head>
  <title>Video Games</title>
</head>
Open your webpage in a new tab by clicking the new tab button in the top right. The title is on the browser tab at the very top.
Last step Next step