HTML (HyperText Markup Language): This is the language that creates the basic structure of the site and defines the main content of the site. Each page is created using HTML, and elements such as text, images, and buttons are defined.
CSS (Cascading Style Sheets): Used to add aesthetics and style to HTML. Using CSS, you can adjust site colors, fonts, layout (location) and other visual aspects. CSS makes it easy to make your site look good, unique, and on-brand.
JavaScript: This programming language adds interactivity to a page. JavaScript can be used to create various functions that interact with the user. For example, functions that provide interactivity when clicking buttons, filling out forms, or when a page is loaded are implemented using JavaScript.