Advertisements
Advertisements
Question
How do you make each word in a text start with a capital letter?
Options
text-transform:capitalizetext-transform:uppercaseYou can’t do that with CSS
text:capitalize
MCQ
Advertisements
Solution
text-transform:capitalize
Explanation:
The initial letter of each word will be capitalised when text-transform is set to capitalise.
shaalaa.com
Is there an error in this question or solution?
