Last Updated: February 25, 2016
·
310
· omkar

Override inline styles in modern browsers

Override inline styles

h1[style]{
    color:red !important;
}

< h1 style="color:blue" > some text < /h1 >

don't work in IE 8 and below

http://jsbin.com/omaveb/1/edit