backbutton
Backbutton, often written as back button, refers to the user interface control that navigates to the previous entry in a user's browsing history. It is a fundamental navigation feature in most web browsers and mobile devices. On desktops, it appears as part of the browser chrome; on mobile devices it may be a system control or hardware button. The backbutton allows users to retrace their steps through recently viewed pages or states with a single action.
In everyday use, clicking or tapping the backbutton moves backward through the per-tab history stack. If the
From a development perspective, the History API (including pushState and replaceState) lets apps modify the history
Usability and accessibility considerations emphasize that the backbutton remains a core and expected navigation mechanism. Interfaces