1 2 3 4 5 6 7 8 9 10 11 12
<html> <head> </head> <body style="direction: rtl; font-family: monospace;" onload="document.getElementById('v').style.width = '0';"> <div id="v" style="-moz-column-count: 15; width: 1px; height: 2.7em; border: 1px solid black;"> xxxxx yyyyy zzzzzz </div> </body> </html>