Firefox Tomorrow

web api instance property

HTMLImageElement: hspace property

View on MDN ↗

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also