Removes the style properties with names matching the specified keys from the specified target.
keys
target
Tag name of the Element representation of target.
Element, EventTarget, or CSS selector.
Array of style property names 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 style properties with names matching the specified
keys
from the specifiedtarget
.