HTMLImageElement: hspace property
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
The deprecated hspace property of the HTMLImageElement interface specifies the number of pixels of empty space to leave empty on the left and right sides of the <img> element when laying out the page. It reflects the <img> element's hspace 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 width, in pixels, of the horizontal margin to apply to the left and right sides of the image.
Specifications
| Specification |
|---|
| HTML> # dom-img-hspace> |