CSS property: text-transform
Property values
Value |
Description |
|---|---|
capitalize |
This value specifies that each word in the text starts with a capital letter. |
lowercase |
This value specifies that the entire text is displayed in lowercase. |
none |
This value specifies that standard capitalization applies. |
uppercase |
This value specifies that the entire text is displayed in uppercase. |
inherit |
This value specifies that the element inherits the text-transform property value from the containing element. |
Parent topic: CSS Properties