How the web works1 / 9
Client and server
When you visit `example.com`, two computers talk:
- Your device is the client — it requests things
- A machine somewhere is the server — it sends things back
Client asks for a web page → server returns HTML → browser shows the page. That's the core loop of the entire web.