<html>
<head>
<style>
body {
background-image: url("http://placehold.it/20x20");
background-color:#cccccc;
color:#000000;
font-size:24px;
font-weight:bold;
}
</style>
</head>
<body>
<p>This example illustrates the <b>background-image</b> property.</p>
</body>
</html>