スクリプト文。 HTML 4.01 の SCRIPT 要素の定義 を参照。
charsetdeferboolean型
eventhtmlForsrctexttype
interface HTMLScriptElement : HTMLElement {
attribute DOMString text;
attribute DOMString htmlFor;
attribute DOMString event;
attribute DOMString charset;
attribute boolean defer;
attribute DOMString src;
attribute DOMString type;
};