Lesson 6 of 7 · 7 min
How the web works
A website lives on a server. When you type a web address (URL), your browser sends a request; the server replies with the page's files (HTML for structure, CSS for style). Your browser assembles them into the page you see.
🔗 → 🖥️ → 🌐
Browser requests, server responds
Let’s try it! ✍️
Question 1 of