394820-1.html (219B)
1 <html> 2 <head> 3 <script> 4 5 function boom() 6 { 7 var d = document.getElementById("d"); 8 d.style.direction = "rtl"; 9 } 10 11 </script> 12 </head> 13 <body onload="boom();"> 14 <div id=d style="white-space: pre;"> 15 e 16 17 </div> 18 </body> 19 </html>