vspace property

vspace property

Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also