<html>
<head>
<style>
div{
width:250px;
height:150px;
background-color:lightblue;
position:relative;
left:100px;
top:100px;
}
</style>
</head>
<body>
<div>
position is relative
</div>
</body>
</html>
<html>
<head>
<style>
div{
width:250px;
height:150px;
background-color:lightblue;
position:relative;
left:100px;
top:100px;
}
</style>
</head>
<body>
<div>
position is relative
</div>
</body>
</html>