<SCRIPT> vs. <STYLE>
- <SCRIPT LANGUAGE="JavaScript1.2"> holds or links to a JavaScript program.
- <STYLE TYPE="text/javascript"> holds or links to a JavaScript style sheet.
- In both, you can use ordinary JavaScript and JavaScript
style sheet commands together. The only difference is the syntax for accessing properties of
the document object. (See next page.)