I want to insert some blank spaces in a line, but I don't want those blank spaces will be copied when the viewer select those...
Is there an easy way to do it?
I want to insert some blank spaces in a line, but I don't want those blank spaces will be copied when the viewer select those...
Is there an easy way to do it?
is it helpful?
<html>
  <head>
  </head>
  <style>
    .space{margin-left:50px}
  </style>
  <body>
    hello <span class="space"></span>world
  </body>
</html>