Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
OuterText
<div>innerText</div>
<script>
getSelection().selectAllChildren(document.body);
</script>