3 window
.onload = function() {
4 window
.setTimeout(function() {
5 document
.getElementById("anchor").href
= "http://www.google.com";
8 window
.setTimeout(function() {
9 var div
= document
.createElement("div");
10 div
.innerHTML
= "div_inner";
11 document
.body
.appendChild(div
);
14 window
.setTimeout(function() {
15 document
.body
.removeChild(document
.querySelector("img"));
20 <img width=
100 height=
100>