Answers for "html css font capitalize"

CSS
1

html capitalize

<p style="text-transform: capitalize;"> All words will be capitalized </p>
Posted by: Guest on April-03-2021
5

all text in caps using css

.class_name {
  text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
}
Posted by: Guest on July-14-2020

Browse Popular Code Answers by Language