hspace property

hspace property

Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also