Answers for "text type all caps"

CSS
6

all text in caps using css

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

how to change the text style to capitalise in msword

press SHIFT + F3 until the case you want is applied.
Posted by: Guest on May-02-2021

Browse Popular Code Answers by Language