Search

Sanjula Lakpahana. Powered by Blogger.

Popular Posts

Categories

Related Posts Plugin for WordPress, Blogger...
Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Saturday, February 23, 2013

JavaScript- Making your First application


JavaScript with HTML


You have to use JavaScript with HTML if no you cannot run it in browser.When using Javascript with HTML following is the structure of code,

<script type="text/javascript'>
YOUR JAVSCRIPT CODE
</script>

You can use Microsoft Notepad for coding Javascript. You can open notepad by Start-->All programs --> Accessories --> Notepad

Tuesday, February 19, 2013

Javascript - Introduction


Introduction to Javascript


Every web page is made by organizing unorganized objects like image,video,texts.. Generally we can use HTML for making a web page.We can modify or beautify objects on webpage we made by HTML by using scripting languages.Java script is one of the popular scripting language.PHP,Perl,Python also scripting languages but Javascript has unique features