Provides both string and object style (like in Javascript) access to the style attribute.
element.style.color = "red"; // translates into setting `color: red;` in the `style` attribute
See Implementation
Provides both string and object style (like in Javascript) access to the style attribute.