background property

background property

URI [IETF RFC 2396] of the background texture tile image. See the background attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

@property
def background(self):
    ...
@background.setter
def background(self, value):
    ...

See Also