The HTML Elements reference.

"script" - html element

  • Defines a script (javascript, vbscript ....) which may be used within a document. A script contains code which is executable.
  • You may also include a version number to precisely inform the browser the support you need for the script.
  • Starttag <script> is Required and endtag </script> is Required
  • You will find more about this in the Javascript learning on this site.
  • Browsers that support the script - element : Internet Explorer Mozilla Firefox Opera Google Chrome Apple Safari

Attributes:
charset , defer , language (deprecated), src , type (required)

Attribute "charset" value(s): charset
  • Specifies the character encoding of the resource designated by the link.



© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.