Using the <script> Element to Link External Files
Attributes
Deprecated attributes
charset
If present, its value must be an ASCII case-insensitive match for "utf-8
". It’s unnecessary to specify the charset
attribute,
because documents must use UTF-8, and the script
element inherits its character encoding from the document.
language
Like the type
attribute, this attribute identifies the scripting language in use. Unlike the type
attribute,
however, this attribute’s possible values were never standardized. The type
attribute should be used instead.