Home » HTML » Html miscellaneous » Question
  1. Which of the following is not set with font-style property?
    1. font-style: capitalize
    2. font-style: oblique
    3. font-style: italic
    4. font-style: normal
    5. 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.



Your comments will be displayed only after manual approval.