# Introduction HTML provides a set of tags that allows you to create definitions lists, where you can define a list of terms and provide a description for each of them. One of the tags used in these lists is the `<dd>` (data description) tag which is used to provide a description of the term, represented using the `<dt>` tag. In this lab, you will learn how to use the `<dd>` tag. > 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.
Click the virtual machine below to start practicing