Code Safari

Chapter 137·Beginner

What Happens When You Open a Web Page

01 / 06

The core idea

A browser turns text into pixels.

You give it a URL; it fetches HTML, CSS, and JavaScript — all just text — and runs a pipeline that ends in coloured pixels laid out on screen. Everything else is detail.

What Happens When You Open a Web Page | Code Safari