Home » HTML » Html miscellaneous » Question
  1. For handling CSS prefixes Chrome uses ___________.
    1. –chr-
    2. –moz-
    3. –ms-
    4. –webkit-
    5. None of these
Correct Option: D

Handling CSS prefixes is a mechanism originally used to allow browser vendors to implement their own version of CSS. Mozilla uses –moz-, Microsoft uses –ms-, Chrome, Safari, Opera uses –webkit-.



Your comments will be displayed only after manual approval.