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