H I O X INDIA
Javascript Tutorial
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Templates 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)
Español Français 中文 Deutsch Portuguese Japanese தமிழ்
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Java-Script Tutorial
Introduction
Variables
Operators
Statements
Loops
Functions
Objects
Arrays
Browser Objects
Form DOM
Ask Your Doubts
More about Javascript
Feedback



Javascript Basics


Topic

How to start using the Javascript?



Explanation

Script tag is the primary tag which identifies javascript. Any javascript code should be written in between the script tag.

<script language="javascript">
</script>

Here the attribute language defines the language used. For VBscript user it will be vbscript.
The script tag can be written anywhere inside head or body tag of html.

Example:
<html>
<head></head>
<body>

<script language=javascript>
//code comes here.....
//code comes here.....
//code comes here.....
</script>

</body>
</html>





        Javascript (JS) is one of the most used languages in the world. Some times spelled as Java Script. Hope you enjoy this tutorial. Do send your feedback or suggestions on this javascript or java script tutorial. This is a copyright content.

privacy policy     license     sitemap
© 2004-2010 HIOX INDIA

Other Links