HTML Document Metadata

# Introduction In this lab, you will learn how to create an HTML document using the HTML `<head>` tag. The `<head>` tag is used to provide meta-data and other information about the web page that is not visible to the user. We will go through the steps required to create an `<head>` tag for your HTML document. > Note: You can practice coding in `index.html` and learn [How to Write HTML in Visual Studio Code](https://code.visualstudio.com/docs/languages/html). Please click on 'Go Live' in the bottom right corner to run the web service on port 8080. Then, you can refresh the **Web 8080** Tab to preview the web page.

|60 : 00

Click the virtual machine below to start practicing