I know how to capitalize first letter in a sentence. But, how to capitalize first letter of each word ?
eg: i am there
::first-letter {
text-transform:uppercase;
}
text changed as: "I am there". But, I am expecting, "I Am There". How to style this ?