HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point{ user-select:none; } </style> </head> <body> <p id="point">You can't select this text</p> </body> </html>
OUTPUT
×

Save as Private