Answers for "first letter capital in word"

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 "first letter capital in word"

Browse Popular Code Answers by Language