This chapter discusses cascading style sheets (CSS) and introduces basic CSS concepts. It covers: recognizing the benefits of CSS; building a basic style sheet with selectors and declarations; using inheritance to simplify style rules; examining selection techniques like type, class, and ID selectors; applying styles with external, internal, and inline styles; and using other CSS features like pseudo-classes and attributes. The goal is to teach the fundamentals of using CSS to control web page styling and layout.