4.30.2016

JavaScript for Beginner



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.





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