Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
OuterText
<div>innerText</div>
OuterText
<script>
getSelection().selectAllChildren(document.body);
</script>
<!doctype html>
OuterText
<div>innerText</div>
OuterText
<script>
getSelection().selectAllChildren(document.body);
</script>