Account
Categories
Shobha
Shobha
The best way to predict the future is to invent it

What is the purpose of the user-select property?

The user-select property in CSS controls whether the user can select text within an element. For example, user-select: none; prevents text from being selected, while user-select: text; allows text selection.