Removes the specified style key from the specified target.
key
target
Tag name of the Element representation of target.
Element, EventTarget, or CSS selector.
Key of the style property to remove.
Element representation of the specified target.
elements!InvalidElementError if the target could not be found or doesn't have a style property.
elements!InvalidElementError
Removes the specified style
key
from the specifiedtarget
.