HTML CSS examples for CSS Animatable Property:transform
String Manipulation with text-transform
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style id="compiled-css" type="text/css"> span {<!-- w ww. j a v a 2s . c o m--> text-transform:capitalize; } </style> </head> <body> <span>test</span> </body> </html>