Skip to content

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.

LessonWhat you will understand
How the Web WorksBrowsers, servers, URLs, and the journey of a web page
HTML, CSS & JS RolesThe three languages and exactly what each one does
Your First PageBuild 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.

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.

What is the job of a web browser?
Which three languages build every web page?