部分的なフォントの変更。 HTML 4.01 の FONT 要素の定義 を参照。 この要素は HTML 4.01 では非推奨である。
colorfacesize
interface HTMLFontElement : HTMLElement {
attribute DOMString color;
attribute DOMString face;
attribute DOMString size;
};