Javascript DOM Example
View the source and note that the title, foreground color and background
color are reset by the JavaScript code. Also note that the HTML parameter
to the body tag that sets the text color is "text" while the
document object model attribute is "fgColor". These discrepancies make
learning the DOM a little more difficult.