Usage of text-transform property in CSS

The text-transform property is used to capitalize text or convert text to uppercase or lowercase letters.

Example

Possible values are none, capitalize, uppercase, lowercase.

   
   
   
      

         This will be capitalized      

     

         This will be in uppercase      

     

         This will be in lowercase      

   
Updated on: 2020-01-30T07:59:06+05:30

158 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements