Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
id
="demo"
>
<
/p
>
<
script
>
alert(document.documentElement.innerHTML);
<
/script
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p id="demo"></p> <script> alert(document.documentElement.innerHTML); </script> </body> </html>
Result:
Privacy Policy