To understand-
#HTML is used as a standard language for any website design. It acts as a static skeleton to a web application. It’s a well-standardized system.
#CSS is used to handle the presentation of the web page. It makes the website look attractive and beautiful.
#JavaScript allows scripting on your website and makes it completely dynamic in nature. It provides front end scripting for your website and is a high-level dynamic interpreted programming language.