9. Defining Selectors
In This Chapter
Selecting Elements by Class or ID
Selecting an Element That Is the First or Last Child
Selecting the First Letter or First Line of an Element
Selecting Links Based on Their State
As you saw in “Constructing a Style Rule” in Chapter 7, 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.
Whereas the simplest selectors let you format all the elements ...
Get HTML and CSS: Visual QuickStart Guide, Eighth Edition 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.