Advertisements
Advertisements
प्रश्न
How do you make each word in a text start with a capital letter?
कोड लेखन
लघु उत्तर
Advertisements
उत्तर
We set the text-transform property’s value to capitalise so that every word in a text begins with a capital letter.
For example, we define a rule as follows to ensure that every word in all <H1> components begins with a capital letter:
h1 { text-transform : capitalize ; }shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
