Tech Glossary
What is CSS Javascript?
CSS and Javascript are two different programming languages used to design and create interactive web pages. CSS stands for Cascading Style Sheets and is used to control the appearance and layout of a web page. By writing CSS code, one can change colors, fonts, spacing between elements and much more.Javascript on the other hand is a scripting language used to make web pages interactive and dynamic. With the help of Javascript, you can add various functions and effects to a web page, such as e.g. slideshows, form validation and animations. There are also other programming languages used to create web pages, such as HTML and PHP. But CSS and Javascript are two important tools for creating an attractive and functional web page.