Skip to content

What the browser is actually running

How the web actually works

Reading 1 of 5

Three languages, three jobs

HTML is the content and structure: this is a heading, this is a form, this is a button. CSS is the appearance: this heading is large and dark. JavaScript is the behaviour: when this button is clicked, do something.

Everything you have ever seen in a browser is those three, plus images and fonts.