June 1999
Intermediate to advanced
540 pages
21h 39m
English
<script>
<script>
...
</script>
Define a script within the document.
charset=name
Specify the character set used to encode the script.
defer
Defer execution of this script.
language=lang
Specify the language used to create the script.
src=url
Specify the URL of an outside file containing the script to be loaded and run with the document.
type=type
Specify the MIME type of the script.
See Chapter 10 for more information on JavaScript.
Read now
Unlock full access