基準フォント。 HTML 4.01 の BASEFONT 要素の定義 を参照。 この要素は HTML 4.01 では非推奨である。
colorfacesizelong型
interface HTMLBaseFontElement : HTMLElement {
attribute DOMString color;
attribute DOMString face;
// Modified in DOM Level 2:
attribute long size;
};