Other Selector types

  • Selectors are used to select elements on an HTML page in an effort to associate a particular element with the rule that you are defining.
    • Class selectors: custom class
      • .myclass {font:Arial;}
    • Pseudo class: custom links varying from page properties
      • a.link {font:arial; color:blue;}
      • a.hover {color:red;}

 

<< >>