📚 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?

  1. text-transform:capital
  2. text-transform:capitalize
  3. text-transform:uppercase
  4. You can't do that with CSS