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