User-Selection - Base - Step 1

by flovogt

HTML

<html>
  <body>
    <span id="rootText">This is selectable text No.1</span>
    <div>
     This is selectable text No.2
    </div>
    <div>
     This is a non-selectable text
    </div>
  </body>
</html>