Get the closest element tht match a selector.
Traversing
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
Get the Parent of an Element
Get the parent node of an element by using the parentNode property of the element.