A guide to how browsers work is available, using interactive examples to help build an intuition of the technical details, omitting some critical details like HTTP protocol versions and DNS nuances. The guide explains how browsers transform URLs into HTTP requests, establish TCP connections, parse HTML, and render web pages using the DOM, CSS, and rendering pipeline.