Advertisements
Advertisements
Question
How do you make each word in a text start with a capital letter?
Code Writing
Short Answer
Advertisements
Solution
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
Is there an error in this question or solution?
