blob: 43e778f44dcde163af0192997cc13a1738a03c4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#a { width: 15em; border: 1px solid black; }
#b { float: right; width: 8em; height: 3em; background: #ccc; }
</style>
</head>
<body>
<div id="a">
<div id="b">float right</div>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<div>Long text long text long text long text long text long text long text long text long text long text long text long text long text</div>
</div>
</body>
</html>
|