1 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <script type=
"text/javascript">
8 var div
= document
.createElementNS('http://www.w3.org/1999/xhtml', 'div');
9 document
.body
.appendChild(div
);
10 div
.style
.fontSize
= '68719476736px';
11 div
.appendChild(document
.createTextNode(String
.fromCharCode(0)));
17 <body onload=
"boom()">