Get the parent node of an element by using the parentNode property of the element.
Traversing
Get the Closest Element by Selector
Get the closest element tht match a selector.
Get Siblings of an Element
Provide a helper function that returns all siblings of an element.
Get the Children of an Element
Get all the child elements of an element