Text

text-transform

This property sets the selected text as all uppercase, all lowercase, or the first letter of each word capitalized.

Example

text-transform: lowercase;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

capitalized Makes the first letter of each word capitalized.
lowercase Makes all text in the selected element display as lowercase.
none Does not apply the properties style.
uppercase Makes all text in the selected element uppercase.

Related properties

Can be used with..

Search the Soup!