CSS Text Transformation

CSS Text Transformation


CSS Text-Transformation
The text-transform property allows you to change the capitalization of text. 
Syntax -
Text transform property can be used with text-transform property syntax given as follows - 
text-transform: value;
Valid values are to the text-transform property is given down below - 
  1. uppercase, 
  2. capitalize, 
  3. lowercase, 
  4. initial, 
  5. inherit, and 
  6. None
Where Most commonly used values are  - uppercase, lowercase, and none.
Now we will see Examples - 
Example - 
Output-