style property

style property

Corresponds to attribute ‘style’ on the given element. If the user agent does not support styling with CSS, then this attribute must always have the value of null.

Definition:

@property
def style(self):
    ...

See Also