Answers for "the value of css property used for transforming the first character of every word to uppercase is ______"

CSS
1

Capitalize the first letter of string using CSS

p:first-letter {text-transform:capitalize;}
Posted by: Guest on January-04-2022

Code answers related to "the value of css property used for transforming the first character of every word to uppercase is ______"

Browse Popular Code Answers by Language