blob: 82f5225969e2b57eb2ed12a4991a81af87998ced (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="container">
<table id="rel" style="left: 200px; top: 100px;">
<tr><td>position relative</td></tr>
</table>
</div>
</body>
</html>
|