multitab
Multitab refers to a user interface pattern in which multiple documents or views are accessible within a single window by means of a row of tabs. Each tab represents an independent content area, and users switch among tabs by clicking or using keyboard shortcuts. Tabs can support closing, reloading, and rearranging to aid navigation.
The multitab concept emerged from tabbed document interfaces in software and was popularized by tabbed web
Design considerations include tab labeling, overflow handling when there are many tabs, and defaults such as
Advantages of multitab include faster switching between documents, reduced window clutter, and easier cross-reference. Drawbacks include
See also: tabbed interface, tab bar, tabbed document interface, split view, terminal multiplexer.