This document discusses Cascading Style Sheets (CSS) basics including:
- Separating content from presentation using CSS and HTML documents.
- Configuring styles using inline, embedded, and external style sheets.
- Selecting elements using tag names, classes, IDs, and other selectors.
- Setting properties like colors, fonts, spacing in CSS rules.
- Linking HTML and CSS documents in various ways including using <link> and @import directives.