ABSTRACT

The getElementById() method of the document object is used to get a reference to an element having a particular value for the id attribute. A single element is returned by the method call because id attribute values must be unique in a document. ................
................