HTML DOM Accessing Nodes


Accessing Nodes
DOM is able to access every node in an HTML document in three ways:
The getElementById Method
The getElementById method returns the element with the specified ID.

The script shows how to locate a <p> element in the document by using the getElementById method. The method getAttribute of the interface Element, which represents an element in an HTML or XML document, is used to get the value of an attribute in an object.



   


The getElementsByTagName Method

getElementsByTagName returns all elements with a specified tag name. The method returns a NodeList, which represents an ordered collection of nodes. The length property returns the number of items in a NodeList.



   


Demonstration
The following demonstration shows how the script of HTML and JavaScript is displayed on the Web.

     





      By the time a man is wise enough to watch his step,    
      he’s too old to go anywhere.    
      — Billy Crystal on aging