defer
When set, this boolean attribute provides a hint to the user agent that the script is not going to generate any document content (e.g., no "
document.write
" in javascript) and thus, the user agent can continue parsing and rendering.
charset
Note that the
charset
attribute refers to the character encoding of the script designated by thesrc
attribute; it does not concern the content of theSCRIPT
element.