One of the best example I've gone through is Browser back button
Every web browser has a Back button. As you navigate from web page to web
page, those pages are placed on a stack (actually it is the URLs that are
going on the stack). The current page that you are viewing is on the top and
the first page you looked at is at the base. If you click on the Back button, you
begin to move in reverse order through the pages.