VOOZH about

URL: https://www.geeksforgeeks.org/html/html-dom-domain-property/

⇱ HTML DOM domain Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML DOM domain Property

Last Updated : 11 Jul, 2025

The domain Property is used to return the domain name of the website server that is loaded or running in the current document. 

Syntax:

document.domain 

Note: This property has been DEPRECATED and is no longer recommended.

Return Value: It returns the string value representing the website's domain name that is loaded on the current document or a sentinel or null value if the domain name is not identified. 

Example: In this example, we will use the domain Property

Output:

👁 Image

Supported Browsers: The browser supported by DOM domain property are listed below:

Comment