When I inspect elements in Chrome, under my styles I have element.style {}, What does this refer to? It contains styles I am not including in my code source.
element.style {}
Those are inline styles. They come from the style="" attribute or from Javascript code that sets element.style.someProperty.
style=""
element.style.someProperty
1.4m articles
1.4m replys
5 comments
57.0k users