summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/float-2.html
blob: 8c7520a5705c4e8942e5c6245cf3cb3e3298d834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<style>
#b {
    border: 1px solid red;
    width: 50px;
    height: 50px;
    float: left;
}
</style>
</head>
<body>
    <div id=b></div>
    <div id=a>Text</div>
</body>
</html>