HTML, which stands for Hypertext Markup Language, is the standard language used to create and structure content on the web. It defines the meaning and structure of web pages by using tags to annotate text, images, and other content for display in a browser. HTML is the basic building block of every website and is often used with CSS for presentation and JavaScript for functionality.
CSS which stands for Cascading Style Sheets, is a stylesheet language used to describe the presentation of a document written in a markup language, most commonly HTML. It is a fundamental technology of the World Wide Web, working alongside HTML and JavaScript to create web pages.
JavaScript (JS) is a high-level, interpreted (or just-in-time compiled) programming language that is a core technology of the World Wide Web, alongside HTML and CSS. It enables interactive and dynamic content on websites, allowing for rich user experiences.
Python is a popular, high-level, and versatile programming language known for its beginner-friendly, easy-to-read syntax that emphasizes readability
Web design focuses on a website's look, feel, and user experience, covering visuals, layout, and navigation, while web development involves the technical work of building the site using programming languages to ensure it functions correctly