埋め込み画像。 HTML 4.01 の IMG 要素の定義 を参照。
align
alt
border
DOMString
であることに注意。height
long
型
DOMString
であることに注意。hspace
long
型
DOMString
であることに注意。isMap
boolean
型
longDesc
name
src
useMap
vspace
long
型
DOMString
であることに注意。width
long
型
DOMString
であることに注意。interface HTMLImageElement : HTMLElement { attribute DOMString name; attribute DOMString align; attribute DOMString alt; attribute DOMString border; // Modified in DOM Level 2: attribute long height; // Modified in DOM Level 2: attribute long hspace; attribute boolean isMap; attribute DOMString longDesc; attribute DOMString src; attribute DOMString useMap; // Modified in DOM Level 2: attribute long vspace; // Modified in DOM Level 2: attribute long width; };