x
1
2
<html>
3
<head>
4
<title>Page Title</title>
5
<style>
6
h1
7
{
8
background-image:url('https://www.closetag.com/images/background.jpg');
9
background-image:none;
10
}
11
</style>
12
</head>
13
<body>
14
<div> </div>
15
<h1>This is a Heading</h1>
16
<p>This is a paragraph.</p>
17
18
</body>
19
</html>