6 background-color: green;
9 <div style=
"font: 20px Ahem; width: 220px; border: solid blue; -webkit-font-smoothing: none;">
10 <span id=
"span">Lorem
</span> ipsum dolor sit amet, consectetur
<div id=
"float"></div>adipiscing elit.
12 <div style=
"z-index: -1; position: absolute; top: 91px; left: 11px; width: 50px; height: 50px; background-color: red;"></div>
14 document
.body
.offsetTop
;
15 document
.getElementById("span").innerText
= "lorem";
16 document
.getElementById("float").style
.height
= "25px";