
selectors
Get flash to fully experience Pearltrees
Selectutorial: CSS selectors
Intermediate CSS Workshop
Your mission in this simple exercise is to match the two elements where I have put *** around the text - with one selector - and without affecting any other elements. Make those two elements red and boldfaced.Selectors
In CSS, pattern matching rules determine which style rules apply to elements in the document tree . These patterns, called selectors, may range from simple element names to rich contextual patterns. If all conditions in the pattern are true for a certain element, the selectorAs previous articles in this series have shown, CSS has some interesting new selectors.
The Adjacent-Sibling Selector
The Child Selector
No, it isn't a new movie starring Jean-Claude Van Damme-- it's the first of the CSS2 selectors which I plan to cover in a series of articles. These include the child selector, sibling selectors, a trio of new pseudo-classes, and most complicated of all, the attribute selectors.

