We would like to know how to background: url #e9e9e9;.
<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
body {<!--from ww w . j av a 2 s . c om-->
background: url('http://placehold.it/200x200') #e9e9e9;
}
</style>
</head>
<body>
</body>
</html>
The code above is rendered as follows: