Installing Visual Studio Code
Overview
Before you can write HTML, you need a place to write it. This task walks you through installing Visual Studio Code (VS Code) — a free code editor used to write HTML.
Download and Install VS Code
VS Code is the editor you will use to write all of your HTML code.
-
Open your web browser.
-
Enter https://code.visualstudio.com in the search bar.

Figure 1. Entering the VS Code website URL in the Chrome address bar.
-
Click the Download button.

Figure 2. The VS Code homepage with the Download for Windows button highlighted.
What Happens Next?
The website automatically detects your operating system and suggests the correct version.
-
Open File Explorer.
-
Click Downloads.
-
Double-Click the
.exeinstaller file.
Figure 3. The VS Code installer file in the Downloads folder, ready to be opened.
-
Select the license agreement.
-
Click Next.

Figure 4. Accepting the license agreement in the VS Code Setup window.
-
Click Next on the Select Destination Location screen.
-
Click Next on the Select Start Menu Folder screen.
Warning
Make sure Add to PATH is selected. If it is not selected, VS Code may not work correctly with some tools later.
-
Click the box labelled Add to PATH.
-
Click Register Code as an editor for supported file types.

Figure 5. Checking the Add to PATH and Register Code checkboxes on the Select Additional Tasks screen.
-
Click Next.
-
Click Install.

Figure 6. The Ready to Install screen confirming the selected tasks, with the Install button highlighted.
-
Click Finish.

Figure 7. The installation complete screen with the Finish button highlighted.
Success
VS Code should now open automatically after installation.
Conclusion
At this point, you have successfully installed Visual Studio Code.
If your website does not include or had trouble incorporating these features, please seek the troubleshooting-guide.