How to Website text Select and Copy Protect ?

SEO Help and Tips

How to Website txt Select and Copy Protect ?


<!DOCTYPE html>
<html>
<head>

<style> 
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
</style>

</head>
<body>

<h1>Disable Text Selection</h1>

<p>This text can be selected.</p>

<p class="prevent-select">This text cannot be select and copy.</p>

</body>
</html>

Comments

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources