CBSE Class 10 Computer Applications
Question 16 of 37
Cascading Style Sheets (CSS) — Question 12
Back to all questions 12
Question Question 12
How do you make each word in a text start with a capital letter ?
- text-transform:capitalize
- text-transform:uppercase
- You can't do that with CSS
- text:capitalize
text-transform:capitalize
Reason — When the value of text-transform is set to capitalize, it will capitalize the first letter of each word.