blob: 07aab138137e110c33c1d2e7df0165ba89a89dab (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html style="display: table;">
<body>
<div style="float: left; border: 1px solid blue;">float</div>
<div style="position: absolute; border: 1px solid red;">absolute</div>
</body>
</html>
|