May 2000
Intermediate to advanced
472 pages
14h 17m
English
text-transform — IE4 Y/Y | IE5 Y/Y | NN4 Y/Y | Op3 P/-
This property changes the case of the
letters in the element, regardless of the case of the original text.
The selection of letters to be capitalized by the value
capitalize is not a precisely defined behavior,
depending as it does on “words,” which are difficult to
define in a programmatic way.
H1 {text-transform: uppercase;}
.title {text-transform: capitalize;}
capitalize | uppercase |
lowercase | none
none
yes
all elements
Read now
Unlock full access