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