Styles operate in a strict hierarchy. The choice nearest to the top overrides any lower choice.
  1. A style may be set in the tag:
    <a ... style="color:red"> style </a>

    (That's the style you just clicked.)

  2. A style may be provided in the page's header (within <style> </style> tags).
  3. The styles can come from an attached style sheet.
  4. The browser provides default styles.

pop-style.html © 2007, Martin Rinehart