<html>
<head>
<style type="text/css">
#cool {background-color: #ff6611; width: 200px; height: 50px;}
#cool:hover {background-color: #ff0000;}
</style>
</head>
<body>
<div id="cool">Cool div</div>
The content of the body element is displayed in your browser.
</body>
</html>