Which of the following options will transform the first letter of each word to uppercase?
text-transform: uppercase;
text-transform: none;
text-transform: titlecase;
text-transform: capitalize;