style property

style property

Represents Represents a style attribute that allows author to directly apply style information to specific element.

Definition:

@property
def style(self):
    ...

See Also