Cascading Order

If different styles are specified for HTML elements, the styles will cascade into new styles with the following priority:
  • Priority 1: Inline styles
  • Priority 2: External and internal style sheets
  • Priority 3: Browser default
  • If different styles are defined on the same priority level, the last one has the highest priority.