Interface HTMLImageElement

継承元:
HTMLElement
プロパティ:
align, alt, border, height, hspace, isMap, longDesc, name, src, useMap, vspace, width
メソッド:

埋め込み画像。 HTML 4.01 の IMG 要素の定義 を参照。

プロパティ:

IDL 定義:

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;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI