Styles operate in a strict hierarchy. The choice nearest to the top overrides any lower choice.
- A style may be set in the tag:
<a ... style="color:red"> style </a>
(That's the style you just clicked.)
- A style may be provided in the page's header
(within
<style> </style> tags).
- The styles can come from an attached style sheet.
- The browser provides default styles.
|