Path: blob/main/website/awaited-dom/ElementCSSInlineStyle.md
1028 views
AwaitedDOM / ElementCSSInlineStyle
Properties
.style W3C {#style}
The style
property is used to get as well as set the inline style of an element. When getting, it returns a CSSStyleDeclaration
object that contains a list of all styles properties for that element with values assigned for the attributes that are defined in the element's inline style
attribute.