First you need a couple things install to your computer however very easy to do and trusted by millions:

  • Visual Studio Code
  • Some Patience

Once VS Code is installed we can begin by opening it up: (double click it or right click and select open)

 

Now on the top left you want to select new folder, call it something like: First Project. Now let's go to the same spot and click new file, Name it to whatever you would like. Something pretty standard is like so: index.html

 

Inside of the tab it opened we can start writing our code:

 

((to be continued))