text-transform

The text-transform property controls whether the element's text is converted to uppercase or lowercase characters. When the value is other than none, the case of the original text will be changed.

Syntax



text-transform: none | capitalize | uppercase | lowercase | full-width;