'text-transform' Syntax and Note : text transform « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'text-transform' Syntax and Note

Note:

How to capitalize text.

Syntax:
    
element { text-transform: value }
elementID.style.textTransform = "value"

document.all.elementID.style.textTransform = "value" // IE only
    

      
      








Related examples in the same category

1.'text-transform' Example
2.'text-transform' Possible Values
3.'text-transform' is applied to