<head>

<title>Example Webpage Title</title>

</head>

This small snippet of code will outline the name used for bookmarks of your webpage in a browser, the tab bar text/window header text and anywhere else where your webpage is referenced directly. Figure 2.2 is an example of how our example title will appear in Google Chrome’s tab bar.

2.2 image

After our closing ‘head’ tag, we will now add our ‘body’ tag. A body tag is responsible for declaring where the visible part of the HTML document starts and ends. Inside our body tag, we will house our actual content. Currently, your file should look like this: