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