Term Library / Concept card
What is browser tab? Plain-English meaning
A browser tab is a single open instance of a web page within a web browser, allowing you to view multiple pages at once in separate panels of the same window.
Back to Term LibraryBrowse Articles
Path: /term/browser-tab
Definition
A browser tab is a single open instance of a web page within a web browser, allowing you to view multiple pages at once in separate panels of the same window.
Also seen as: tab, browser tab
- Library
- Part of the Term Library
- Format
- Concept card
- Last updated
- September 7, 2026
- Sources and further reading
- 4
- Related articles
- 5
Plain-English explanation
When you open a web browser, you see a window. Inside that window, you can open multiple tabs, each showing a different web page. Tabs let you switch between several websites without opening separate browser windows. Each tab runs independently, so closing one tab does not close the others. The content in each tab is a separate session of browsing, and websites can use cookies or storage to remember your activity within that tab or across tabs.
Why it matters
Understanding tabs helps you manage your online activity more efficiently. It explains why you can shop on one tab and read news on another without losing your place. It also clarifies how websites track your session—for instance, items in a shopping cart might be remembered in one tab but not another, depending on how cookies and storage are used.
Concrete example
Imagine you are researching a trip. You open a browser and have three tabs: one for flight prices, one for hotel reviews, and one for a map of the city. You can switch between them without losing any information. If you close the flight tab, the other two remain open. The airline's website might set a cookie in that tab to remember your search, but that cookie will not appear in the hotel tab unless the hotel website sets its own.
Often confused with
People often confuse browser tabs with browser windows. A window is the entire browser frame, which can contain multiple tabs. Closing a window closes all its tabs, whereas closing a tab only closes that one page. Tabs also differ from cookies: a tab is a visual container for a page, while a cookie is a small piece of data a website stores in your browser to remember you.
Short definition: A browser tab is a single open instance of a web page within a web browser, allowing you to view multiple pages at once in separate panels of the same window.
Plain-English explanation
When you open a web browser, you see a window. Inside that window, you can open multiple tabs, each showing a different web page. Tabs let you switch between several websites without opening separate browser windows. Each tab runs independently, so closing one tab does not close the others. The content in each tab is a separate session of browsing, and websites can use cookies or storage to remember your activity within that tab or across tabs.
Why it matters
Understanding tabs helps you manage your online activity more efficiently. It explains why you can shop on one tab and read news on another without losing your place. It also clarifies how websites track your session—for instance, items in a shopping cart might be remembered in one tab but not another, depending on how cookies and storage are used.
Concrete example
Imagine you are researching a trip. You open a browser and have three tabs: one for flight prices, one for hotel reviews, and one for a map of the city. You can switch between them without losing any information. If you close the flight tab, the other two remain open. The airline's website might set a cookie in that tab to remember your search, but that cookie will not appear in the hotel tab unless the hotel website sets its own.
Common confusion
People often confuse browser tabs with browser windows. A window is the entire browser frame, which can contain multiple tabs. Closing a window closes all its tabs, whereas closing a tab only closes that one page. Tabs also differ from cookies: a tab is a visual container for a page, while a cookie is a small piece of data a website stores in your browser to remember you.
Related terms
browser window, cookie, web storage, session
Practical tips
Array
Common questions
Array
Key takeaways
Array
Step by step
Array
More context
Tabs were introduced in the late 1990s and became standard in all major browsers by the mid-2000s. They allow users to keep multiple pages open without cluttering the desktop with separate windows. Modern browsers use a multi-process architecture where each tab or group of tabs runs as a separate process, which prevents one slow tab from crashing the entire browser but increases overall memory usage.
Sources and further reading
- Set-Cookie headerServers use Set-Cookie to ask the browser to store a cookie for later requests.
- Cache-Control headerCache-Control directives control HTTP caching and how browsers and shared caches store responses.
- Web Storage APIWeb Storage provides localStorage and sessionStorage for saving data in the browser across sessions.
- RFC 6265: HTTP State Management MechanismCookies are a standard mechanism for state management between browsers and websites.