A. removeElement()
B. removeNode()
C. removeChild()
D. deleteNode()
The removeChild() method is used to remove a specified child node from the DOM. It requires a reference to the parent node from which the child will be removed.