+ 2
CSS Override
Can an internal css line override and external css link?
3 Answers
+ 3
in my personal experience it will work together, several times I have forgotten to add a text-align: center; to the external sheet so I simply add it in under style="" internally.
+ 2
Cheers Oliver
0
there is a way the browser see styles,for instance if we have all three I.e in-line, embedded, or external it sees the in-line first before embedded before external, but they also work together very well, you can try embedded and external with same tag but diff properties and see what happens