Which of the following property defines the text selection policy for various portions of a document?
A
user-origin
B
user-select
C
user
D
all of the mentioned
Correct Answer: user-select
Syntax: user-select: all | none | text where the default value all allows for selection.