Home » CSS » Css miscellaneous » Question
  1. Which of the following property defines the text selection policy for various portions of a document?
    1. user
    2. user-origin
    3. user-select
    4. All of above
    5. None of these
Correct Option: C

Syntax: user-select: all | none | text
where the default value all allows for selection.



Your comments will be displayed only after manual approval.