Reference: *Scripting Module at the W3C
The Scripting Module allows executable scripts (for example JavaScript
code) to be included within a document (using the
script
element) and also provides the possibility of fallback in the case
where the script content is not supported by the user agent (using the
noscript
element).