Tuesday, 12 May 2020

JavaScript for Beginner (part 1)

Document

1. Install visual studio code from Google and run it. create a folder and open the folder on visual studio and create a file that name is: index.html
write -- doc -- and press tab button should be see some code that automatically generated by visual studio code.
write the code inside body tag


press control + s it would be save automatically.
inside the visual studio install extension Live Server
open the code with live server and view this with inspect and showed up
Hello World
Hello world

1 comment: