select parent element
Selects the parent of the element. Returns null if no parent is found.
element.parentElement
copy
Selects the parent of the element. Returns null if no parent is found.
element.parentElement
copy