disable cut copy paste in html code example
Example: javascript disable copy paste
<body oncopy="return false" oncut="return false" onpaste="return false">
<body oncopy="return false" oncut="return false" onpaste="return false">