Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <title>W3Schools Demo</title> </head> <body> <p id="demo"></p> <script> document.getElementById("demo").innerHTML = "The title of this document is: " + document.title; </script> </body> <!-- Mirrored from www.w3schools.com/js/tryit.asp?filename=tryjs_doc_title by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:03:04 GMT --> </html>
Result: