Mega Code Archive

 
Categories / JavaScript Tutorial / Language Basics
 

SCRIPT tags

tells the browser that everything between <SCRIPT> and </SCRIPT> should be interpreted by the interpreter specified in the LANGUAGE attribute. The browser interprets the code between the tags based on the LANGUAGE attribute. For example, . It is also possible to force the interpreter to use different versions of JavaScript .