Node
Nodes that point to elements will also have properties that reference all of the attributes that can be applied to the associated HTML tag while text nodes have a property that provides access to the associated text. Individual element nodes that have an id attribute can be accessed directly using document.getElementById(). Text nodes cannot be accessed directly but must be accessed via the element node that they are contained within.