Network, Computer and Programming Resources
Java - BgColor
The document background color expressed as a hexadecimal RGB triplet or string literal. It can be reset at any time. Both of these examples set the background to alice blue. document.bgColor = "aliceblue" document.bgColor = "F0F8FF" Property of document. See PROPERTIES alinkColor, fgColor, linkColor, vlinkColor.