HTML DOM Document Object Collections, Properties, and Methods

HTML DOM Document Object Examples Purpose: – Illustrates the JavaScript syntax for working with the HTML DOM Document Object. HTML DOM Document Object Examples Document Object Collections anchors[] Allows you to access all of the Anchor objects in a document forms[] Allows you to access all of the Form objects in a document images[] Allows you to access all of the Image objects in a document links[] Allows you to access all of the... [Read More...]