back

Text-Transform

This specifies how text should be capitalised.
Its options are:
(1) None, this means that the text is not capitalised and is shown as it was written.
(2) Capitalize, the first letter of each word is capitalised.
(3) Uppercase, all characters are shown as uppercase.
(4) Lowercase, all characters are shown as lowercase.
(5) Inherit, the value will be inherited from its parent element.

Example