'unicode-bidi' Syntax and Note : unicode bidi « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'unicode-bidi' Syntax and Note

Note:

How to display text with different reading directions.

left-to-right text (such as European) combining with a right-to-left text 
(such as Hebrew or Arabic) is known as the bidirectional algorithm. 

Syntax:
    
element { unicode-bidi: value }
elementID.style.unicodeBidi = "value"
document.all.elementID.style.unicodeBidi = "value" // IE only
    

      
      








Related examples in the same category

1.'unicode-bidi' Example
2.'unicode-bidi' Possible Values
3.'unicode-bidi' is applied to