The parent() method returns the direct parent element of the selected element.This method only traverse a single level up the DOM tree.
The parents() method returns all ancestor elements of the selected element, all the way up to the document's root element (<html>).