HTMLDivElement.ParentNode
Usage:
Description:
Parent node for the HTML node, if it exists, otherwise Undefined.
Every node except for Attribute, Document, DocumentFragment can have a parent node.
If the node is newly created and has not been added to a tree yet, or has been deleted from a tree already, there is no parent node.
Availability: