HTMLFontElement Interface
The HTMLFontElement Interface is the local change to font.
IDL Definition
Interface HTMLFontElement : HTMLElement {
attribute DOMString color;
attribute DOMString face;
attribute DOMString size;
};
Semantic Requirements
- The color attribute contains the font color.
- The face attribute contains the font face identifier.
- The size attribute contains the font size.
If you have comments or suggestions, email me at mbrady@nist.gov