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.