Cascading Style Sheets
Selectors

CSS1 introduced 7 distinct kinds of selector.

  1. HTML element selectors
  2. class selectors
  3. ID selectors
  4. contextual selectors (in CSS2 these are now referred to as Descendent Selectors)
  5. link pseudo class selectors
  6. pseudo element selectors
  7. selector groups



previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library