text-transform property using css

Text Transform Property in CSS

Submitted by argie on
Text transform property is supported in any kind of browser. The primary function of this property is it allows you to transform your text into none, uppercase, capitalize and lower case format. To understand what this four property are, follow the steps bellow.

Creating Our Display

The code Bellow will display the result of none, uppercase, capitalize and lower case format.