6 var div
= document
.createElement("div");
7 document
.body
.appendChild(div
);
8 document
.body
.removeChild(document
.body
.lastChild
);
12 <body onload=
"test()">
13 <div style=
"display: inline-block; width: 100px; height: 100px; background: red;">
14 <div style=
"width: 100px; height: 100px; background: green; opacity: 0.9;">