← Back to glossary
Programming languages
CSS
A short explanation of CSS in our glossary
CSS (Cascading Style Sheets) is a styling and formatting language used to design websites and, alongside HTML, is the most important standard in web design.
CSS is either included in separate CSS files or applied directly within HTML documents. The former has the advantage of keeping content and presentation separate, so the source code stays clear and well organised.