Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
</head>
<body>
<div style="position:absolute;left:100px;top:100px;height:50px;width:50px;background-Color:blue;"
onclick="document.body.style.backgroundColor='red';"
></div>
<div style="position:absolute;left:400px;top:100px;height:50px;width:50px;background-Color:green;"
onclick="document.body.style.backgroundImage='url(http://www.vicsjavascripts.org.uk/StdImages/One.gif)';"
></div>
</body>
</html>
Bookmarks