parentElement
The read-only parentElement
property of Node interface returns the DOM node's parent Element, or null
if the node either has no parent, or its parent isn't a DOM Element.
The read-only parentElement
property of Node interface returns the DOM node's parent Element, or null
if the node either has no parent, or its parent isn't a DOM Element.