
Opening tag : <Script>
Closing tag: </Script>
Purpose:
A script is some code written in another language such as Javascript or VBScript. The script tags contain the code to be used within the document.
Attributes:
Language=name
- The language attribute is for the scripting language used - for example javascript.
Src=URL
- If the script is contained externally the source attribute specifies the location.
Example:
-
Related Tags:
-
Back to:
Alphabetical Guide
Guide By Type