Vidyalelo
CSS · Q104

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 104

Q104

Which of the following property defines the text selection policy for various portions of a document?

A.
user-origin
B.
user-select
Answer
C.
user
D.
all of the mentioned

Answer: Option B

Solution

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