December 1999
Intermediate to advanced
95 pages
2h 34m
English
<script> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4 • WebTV • Opera3
<script>...</script>
Adds a script that is to be used in the document.
type=content typeSpecifies the language of the script. Its value must be a media type
(ex. text/javascript). This attribute is required
by the HTML 4.0 Specification and is a recommended replacement for
the “language” attribute.
language=languageIdentifies the language of the script, such as JavaScript or
VBScript. This attribute has been deprecated by the HTML 4.0
Specification in favor of the type attribute.
src=urlNetscape only. Specifies the URL of an outside file containing the script to be loaded and run with the document.
Read now
Unlock full access