Answers for "how to make all letters in word capital"

CSS
4

How do you make each word in a text start with a capital letter?

h1 {
  text-transform: capitalize;
}
Posted by: Guest on September-14-2020

Code answers related to "how to make all letters in word capital"

Browse Popular Code Answers by Language