6.2.1. The document Object
JavaScript provides the document object for manipulating the document that is currently visible in the browser window. The document object can be created using the following HTML tag: <BODY [BACKGROUND = “backgroundImage] [BGCOLOR = “backgroundColor”] [FGCOLOR = “foregroundcolor”] Text [LINk = “linkColor”] [ALINK= “activeLinkColor”] [VLINK = “visited LinkColor”] </BODY> The document object has many useful
more..