CSS text transform property instead of php function

by barkkathulla 2013-10-11 20:09:48


h1 {text-transform:uppercase;}
h2 {text-transform:capitalize;}
p {text-transform:lowercase;}


This method can avoid repeted use of php function...
this can be define for any html elements...
898
like
0
dislike
0
mail
flag

You must LOGIN to add comments