1 2 3 4 5 6 7
<!doctype html> OuterText <div>innerText</div> OuterText <script> getSelection().selectAllChildren(document.body); </script>