429960-2.html (337B)
1 <!DOCTYPE html> 2 <html style="direction: rtl;" contenteditable="true"> 3 <head> 4 <script type="text/javascript"> 5 6 function boom() 7 { 8 document.body.firstChild.style.columnCount = "3"; 9 } 10 11 </script> 12 </head> 13 14 <body style="width: 1px;" onload="boom();"><div>examination<span style="font-family: verdana;">x x x x 15 </span></div> 16 17 </body> 18 </html>