Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the Document</title> </head> <body> <p id="href"></p> <script> document.getElementById("href").innerHTML ="The full URL of this page is:<br>" + window.location.href; </script> </body> </html>