1 | Multiple <SCRIPT> tags are allowed |
2 | Within a single <SCRIPT>, a function may be called before it is defined |
3 | Within a single document, a function defined in one <SCRIPT> may not be called from a previous <SCRIPT> |
4 | In particular, a function defined in the <BODY> may not be called from the <HEAD> |