-
Which of the following is not set with font-style property?
-
- font-style: capitalize
- font-style: oblique
- font-style: italic
- font-style: normal
- None of these
Correct Option: A
Text-transform: capitalize, capitalizes the first letter of each word whereas font-style set font as normal, italic, oblique. We use text-transform: uppercase and text-transform: lowercase to change the text from lowercase to uppercase and from uppercase to lowercase respectively.