Cascading Style Sheets (CSS) allow styling and layout of web pages. CSS rules include selectors to indicate which document elements the styles apply to, properties to set style aspects, and values to set properties. CSS can be applied via inline styles, embedded style sheets, or linked external style sheets. This increases separation of concerns between presentation and content and allows consistent styling across pages.
Related topics: