3 window
.onload = function() {
4 document
.body
.offsetTop
;
5 document
.getElementById('b').style
.cssFloat
= 'right';
6 document
.getElementById('a').style
.display
= 'inline-block';
10 <p>There should be a blue
<em>square
</em> below.
</p>
12 <div style=
"width:40px;">
13 <div id=
"a" style=
"width:20px; height:40px; background:blue;"></div>
14 <div id=
"b" style=
"width:20px; height:40px; background:blue;"></div>