📚 Practice Mode
Web Technologies: Backend & CSS
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
How do you make each word in a text start with a capital letter?
- text-transform:capital
- text-transform:capitalize
- text-transform:uppercase
- You can't do that with CSS