首页htmlbackground_imageCSS Property Value - 如何background-image: url("http://placehold.it/20x20");

CSS Property Value - 如何background-image: url("http://placehold.it/20x20");

我们想知道如何background-image: url("http://placehold.it/20x20");

<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>