HTML is the standard language used to create the structure of web pages
CSS is used to style and design HTML elements—like setting colors, fonts, spacing, layout, etc.
JavaScript is a programming language that makes web pages interactive. You can use it to handle user actions like clicking a button, changing text, showing alerts, etc.