-1:000000000000 | 0:3ab2c255dcf6 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <style type="text/css"> | |
5 | |
6 body { width: 500px; -moz-column-count: 2; } | |
7 body:first-letter { float: right; } | |
8 #s { padding: 0pt 200px; } | |
9 | |
10 </style> | |
11 <script type="text/javascript"> | |
12 | |
13 function boom() | |
14 { | |
15 document.getElementById("s").appendChild(document.createElement("span")); | |
16 } | |
17 | |
18 </script> | |
19 </head> | |
20 | |
21 <body onload="boom();">x <span id="s"></span></body> | |
22 | |
23 </html> |