How the Web Works
You have been using the web your whole life — opening links, browsing designs on Behance, checking references on MDN. But have you ever wondered what actually happens the moment you click a link? This module answers that question in plain terms, with no programming experience required.
By the end of this module you will understand what browsers, servers, HTML, CSS, and JavaScript each do — and you will have written your very first styled web card by hand.
What you will learn in this module
Section titled “What you will learn in this module”| Lesson | What you will understand |
|---|---|
| How the Web Works | Browsers, servers, URLs, and the journey of a web page |
| HTML, CSS & JS Roles | The three languages and exactly what each one does |
| Your First Page | Build and edit a real page from scratch |
There is nothing to install and nothing to memorise before you start. Every lesson has a live editor so you can see changes happen in real time — just like toggling properties in Figma’s inspect panel, but for code.
Try it now — your first card
Section titled “Try it now — your first card”The editor below is a complete, working web snippet. Click inside, change the text, and watch the preview update. You are already writing real code.
Try changing Hi, I'm a designer. to your own name. Try changing #7C3AED to #E11D48 and see the heading turn red.