+ 1

When applying CSS will inline code disrupt the embedded code in any way?

19th Jul 2016, 6:16 PM
Luke
1 Réponse
+ 1
An inline style (<p style="color: red;">) has the highest priority over style defined inside the <head> section, or in an external CSS file.
20th Jul 2016, 12:13 PM
ZinC
ZinC - avatar