Answers for "text formatting in uppercase"

CSS
3

css all uppercase to capitalize

.link {
  text-transform: lowercase;
 
}

.link::first-line {
  text-transform: capitalize;
}
Posted by: Guest on May-23-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