javascript Document object

Document object The javascript document object is the window property that is used to represent a web page or an HTML document. It is a property of the window object and thus can be written as window.document or only document.  Methods of Document Object: METHOD USES document.getElementById(id) To get an element by its element id. … Read more