'dir' Example : Text Direction : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » Text Direction »

 

'dir' Example



    
<html>
<body>
<script language="JavaScript">
function function1() {
    document.all.myP.dir = "rtl";
}
</script>
<p id="myP" onload="function1();">ARABIC OR HEBREW IN TEXT THIS</p>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» Text Direction