411835.html (328B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style type="text/css"> 5 6 div { position: absolute; height: 10px; width: 10px; } 7 8 </style> 9 </head> 10 11 <body onload="document.getElementById('c').style.counterIncrement = 'z';"> 12 13 <div style="column-count: 2;"><div id="c" style="white-space: pre;"> 14 15 <div> 16 <div></div></div></div></div> 17 18 </body> 19 </html>