A web browser is software that requests and displays web pages from the internet. Major browsers include Chrome, Firefox, Safari, and Edge. Key features include the address bar, tabs for viewing multiple pages, bookmarks for saving favorites, and history tracking. Learning browser basics helps you navigate efficiently and understand where security features are located.
Explore your browser's menu options and settings. Create and organize bookmarks for sites you visit regularly. Learn keyboard shortcuts like Ctrl+T for new tab.
You already understand that the internet is a network of connected computers. A web browser is the software that acts as your window into that network. When you type an address or click a link, the browser sends a request across the internet to a server — a remote computer storing the website's files — and that server responds by sending back the web page's content. The browser's job is to receive those files (HTML for structure, CSS for styling, JavaScript for interactivity) and render them into the visual page you see. Without a browser, those files would just be raw text and code.
The address bar is the browser's control center. It serves two functions: navigating to a specific web address and acting as a search box when you type words instead of an address. The address it displays always tells you exactly which site you're on — a habit worth building is glancing at the address bar before entering any login credentials or personal information. Tabs let you hold multiple pages open simultaneously without opening multiple browser windows, which is why modern browsing feels so fluid. Each tab maintains its own independent session with the server.
Bookmarks are personal shortcuts — saved addresses you want to revisit. They eliminate the need to memorize or retype long addresses and are one of the most underused productivity features for new users. Browser history is the browser's automatic log of every page you've visited, stored locally on your device. This is what makes the address bar suggest completions as you type — it's searching your past. History also means someone else using your device can see where you've been, which is the reason private browsing mode exists.
Different browsers — Chrome, Firefox, Safari, Edge — all perform the same fundamental job but differ in speed, privacy defaults, available extensions, and how tightly integrated they are with their respective ecosystems (Google, Mozilla, Apple, Microsoft). Extensions or add-ons are small programs that plug into the browser to add functionality: ad blockers, password managers, translation tools. The browser is not a neutral pipe — it makes choices about which features to offer, what data to collect, and what defaults to use. Understanding these basics gives you the literacy to evaluate those choices rather than simply accepting them.