7 lines
127 B
HTML
7 lines
127 B
HTML
<!doctype html>
|
|
OuterText
|
|
<div>innerText</div>
|
|
OuterText
|
|
<script>
|
|
getSelection().selectAllChildren(document.body);
|
|
</script>
|