top of page
HTML Tutorial
#3 : Setup Visual Studio Code
Once you've installed Visual Studio Code, follow the setup process, responding to all the prompts it presents. Once completed, you'll be on the welcome screen, where you can see and explore the various features of the program.
.png)
#4 : Create The HTML File
Now that we set up Visual Studio Code, we need to create the HTML file. Move your mouse to the middle of the welcome screen and select 'New File. When creating the file, I recommend to put it inside of a folder. You should name the file "index.html", but you can name the file whatever you want. As long as it ends in ".html" the computer knows that it's an HTML file.

bottom of page