In Association with Amazon.in   Flipkart

Tuesday, July 9, 2013

Java Scripts Introduction

Java Scripts Introduction

  •     A product of Sun Microsystem.
  •     Used to control HTML elements.
  •     Loosely typed language.
  •     It is an interpreter.
  •     Syntax and semantics are simple.
  •     It is a Client side Scripting language.
Javascript can embedded into html any where as follows:

    <script type="text/javascript">
        document.write("<h2>Welcome To \"JS\"</h2>");
    </script>
 

No comments:

Post a Comment


Related Posts Plugin for WordPress, Blogger...