Capitalizing the first letter of a word using css

Property: Text Transform


Usage:
text-transform: capitalize;


Definition:
Using this attribute/tag we can transform text with out really editing the text

capitalize : This will make the first letter of the every word as a capital letter.

<font style="text-transform: capitalize;">capitalize first letter</font>

No comments:

Post a Comment