<!DOCTYPE html>
<html>
<body>

<p id="demo"></p>

<script>
alert(document.body.innerHTML);
</script>

</body>
</html>