Color page:
- Create a basic page with content. You can use any subject, images, etc. In the page create a sidebar in a table that says: Set colors and has one cell labeled "Text" and one cell labeled "Background.
- In the "Text" color section, list 10 colors with a radio button in front of each color.
- In the "Background" color section, list 10 different colors with radio buttons in front of each.
- Inside each radio button for the colors put an event handler that sets the foreground color of the document to the color indicated.
Hint: You will need to write the JS for this directly inside the html (radio) tags in the event handlers.
|