9. Defining Selectors

As you saw in Constructing a Style Rule on page 120, there are two principal parts of a CSS style rule. The selector determines which elements the formatting will be applied to and the declarations define just what formatting will be applied. In this chapter, you’ll learn how to define CSS selectors.

While the simplest selectors let you format all the elements of a given type—say, all the h1 headers—more complex selectors let you apply formatting rules to elements based on their class or id, context, state and more.

Once you’ve defined the selectors, you can go on to create the declarations (with actual properties and values) in Chapters 1014. Some more specialized style properties are discussed throughout the rest of ...

Get HTML, XHTML, & CSS, Sixth Edition: Visual QuickStart Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.