'writing-mode' Syntax and Note : writing mode « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'writing-mode' Syntax and Note

Note:

Controls text writing direction.

Syntax:
    
element { writing-mode: value }
elementID.style.writingMode = "value"
document.all.elementID.style.writingMode = "value"
    

      
      








Related examples in the same category

1.'writing-mode' Example
2.'writing-mode' Possible Values
3.'writing-mode' is applied to