Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <title>W3Schools Demo</title> </head> <body> <p id="demo"></p> <script> document.getElementById("demo").innerHTML = document.head; </script> </body> </html>
Result: