Javascript is the client side
programing language.
To be competitive and absolute web
developer, one should know the essence of it. Javascript provide the dynamic
platform to maintain proper behavior of web pages.
II.
You need text editor like notepad by default but I prefer notepad++
because it is more dynamic. If you haven’t you can download it from www.notepad-plus-plus.org/download it is free at all.
III.
Most important you need to have knowledge of HTML and CSS first before
you begin with javascript.
Our first program
i.
Press
win +R keys in the keybord to open run command line.
ii.
Write
notepad++ or default notepad.
iii.
Enjoy
your first program, here goes the code.
<html>
<head>
</head>
<body>
<script type="text/javascript">
document.write("hey it is just a first practise");
</script>
</body>
</html>
Save it as first.html
Then navigate your cursor to title
bar and click to run then click to Launch in firefox or
whatever you prefer. You can see output
in your screen.
stay happy with www.howiset.blogspot.com
No comments:
Post a Comment