<html>
<head>
<style type="text/css">
#a {
position: absolute;
left: 50px;
top: 50px;
color: red
}
#b {
position: fixed;
left: 100px;
top: 100px;
color: blue
}
#c {
position: relative;
left:200px;
color: pink
}
</style>
</head>
<body>
<span id="a">a wgb,nwsmhbs???</span>
<span id="b">b wgb,nwsmhbs???</span>
<span id="c">c wgb,nwsmhbs???</span>
</body>
</html>
