x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>My Example</title>
5
<style>
6
    body {
7
        background-image: url('/pix/samples/bg2.png');
8
        background-repeat: no-repeat;
9
    }
10
</style>
11
</head>
12
<body>
13
14
<h1>Background Color</h1>
15
<p>This page has a background image applied to the <a href="/html/tags/html_body_tag.cfm"><code>body</code></a> element.</p>
16
17
</body>
18
</html>