HTMLImageElement: vspace property
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
The deprecated vspace property of the HTMLImageElement interface specifies the number of pixels of empty space to leave empty on the top and bottom sides of the <img> element when laying out the page. It reflects the <img> element's vspace content attribute.
You should instead use the CSS property margin or its longhand properties to establish margin space around an image.
Value
An integer value specifying the height, in pixels, of the vertical margin to apply to the top and bottom sides of the image.
Specifications
| Specification |
|---|
| HTML> # dom-img-vspace> |