Write down the steps for creating a JavaScript Program?



Steps for creating a javascript program:
1.       Open Notepad by clicking on Start>My Programs>Accessories>Notepad.
2.      Now type the following HTML Code.
3.      Then save the file as JavaScript.html or JavaScript.htm at the desired location.Finally close the Notepad.

4.     Finally open any web browser and view the webpage by navigating to the location where you saved HTML file.Double click on the file.You will see the desired contents.

Comments

Popular posts from this blog

Write a program to add two number using inline function in C++?

Traversing of elements program with algorithm and Flowchart