What is Document Object ?

The Document object represents HTML document that is displayed in window. Document object has properties which allows access and modification of document content.

The way document is accessed and modified is called Document Object Model or DOM.

Document object provides methods like open(), close(), write(), getElementById(), getElementByName(), getElementByTagName().



You May Interest

What is the Main Difference Between Process and Thread ?

What is Governance in Blockchain ?

What is Bug Bounty ?

What is BFT (Byzantine Fault Tolerance) in Blockchain ?

What is Serenity in Blockchain ?