Interface HTMLFontElement

継承元:
HTMLElement
プロパティ:
color, face, size
メソッド:

部分的なフォントの変更。 HTML 4.01 の FONT 要素の定義 を参照。 この要素は HTML 4.01 では非推奨である。

プロパティ:

IDL 定義:

interface HTMLFontElement : HTMLElement {
           attribute DOMString       color;
           attribute DOMString       face;
           attribute DOMString       size;
};


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