Cascading Style Sheets
Selectors
CSS1 introduced 7 distinct kinds of selector.
- HTML element selectors
- class selectors
- ID selectors
- contextual selectors (in CSS2 these are now referred to as Descendent Selectors)
- link pseudo class selectors
- pseudo element selectors
- selector groups
previous slide |
next slide
Return to Beginning of Presentation
Return to Software Development Library