Input Controls - Example 1

Please choose a background colour from one of the options below:

Note also the <link rel="stylesheet" ... > tag at the start of the web page. Normally, this would contain a reference to the stylesheet resources.css, but that file defines the body tag, which would not let document.bgColor override it. For this reason, I have linked to a CSS file called nobody.css which is identical, except that it doesn't contain any definition for body.