埋め込み画像。 HTML 4.01 の IMG 要素の定義 を参照。
alignaltborderDOMString であることに注意。heightlong型
DOMString であることに注意。hspacelong型
DOMString であることに注意。isMapboolean型
longDescnamesrcuseMapvspacelong型
DOMString であることに注意。widthlong型
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;
};