Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div>ABC</div>
<script>
getSelection().selectAllChildren(document.querySelector("div"));
</script>
</body>
</html>