<html>

<head>

<style type=”text/css”>

img.a

{

Position:absolute;

Left: 200px;

Top:200px;

z-index:0

}

Img.b

{

Position:absolute;

Left:250px;

Top:200px;

z-index:1

}

H1.a

{

Position:absolute;

Left: 300px;

Top: 200px;

z-index: 2

}

</style>

</head>

 

<body>

<h1 class=”a”> This is my test…</h1>

<img class=”a” src=”http://maxim.prwdot.org/web/pics/109338860_l.jpg”>

<img class=”b” src=”http://maxim.prwdot.org/web/pics/Picture%20003.jpg”>

</body>

 

</html>