x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<style>
5
  div {
6
    background-image: url(/pix/samples/19m.jpg);
7
    height: 220px;
8
    width: 500px;
9
  }
10
</style>
11
<div></div>