5 <div id=
"target" style=
"height: 90px;">
6 <div style=
"height: 100px; width: 100px; background: red;">
7 <div style=
"float: left; height: 100px; width: 100px; background-color: green;"></div>
13 document
.getElementById("target").style
.height
= "110px";
16 document
.body
.offsetTop
;