|
Browser implements depending on scope.
based on where the style is written
external file: lowest priority
header : medium
inline : highest
so if you have an external stylesheet and it tells a tags to have no decoration, but you have an inline style that tells it to have decoration, the a tag will have decorations.
__________________
|