HTML DOM URL Property


The DOM URL property In HTML, the window.location.href is used to provide the full web address of the current webpage. This address includes the initial part of the web protocol, like "http://".

Syntax:
document.URL

Return Value: The result is a piece of text that shows the complete web address of the document.