•<html>
• <head><title>Change the Background Color</title></head>
• <body >
• <h3><a href="#" onMouseover="document.bgColor=‘blue';" onMouseout
="document.bgColor='white';">
• Move your cursor over this link to change background color to blue.</a></h3>
• </body> </html>