SCRIPTS

Text Images Sound Links Lists
Tables Frames Forms Style Sheets Links to Other Pages




SCRIPT TAGS


The following Script Tags will be covered in this tutorial:


<NOSCRIPT> ... </NOSCRIPT> : These tags contain information for browsers that do not support scripts.

<SCRIPT> ... </SCRIPT> : JavaScript/VBScript code are included within these tags.




<NOSCRIPT> ... </NOSCRIPT> TAGS


Main Attributes: None




<SCRIPT> ... </SCRIPT> TAGS


Main Attributes:

LANGUAGE= scripting language used (Example: JavaScript)

SRC="URL" (Address of an external script on a server. If a URL is defined, the code enclosed within the <SCRIPT> ... </SCRIPT> tags will be ignored)




NOTE: A script may be placed anywhere in an HTML document. Where the script appears will determine when it will be executed.

Next Page



Home    Assumptions    Introduction    Tools    Resources    Contact