Answers for "how to make text not selectable html"

CSS
3

make text not selectable

... {
  user-select: none;
}
Posted by: Guest on July-17-2021
2

how to make html element not selectable

.button {
    user-select: none;
}
Posted by: Guest on May-04-2020

Code answers related to "how to make text not selectable html"

Browse Popular Code Answers by Language