THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

HTML <object> hspace Attribute

HTML object Tag Reference HTML <object> tag

Example

An object with a 100 pixels margin on both left and right sides:

<p><object width="150" height="150" data="helloworld.swf" hspace="100"></object>
This is some text. This is some text. This is some text.</p>
Try it yourself »

Definition and Usage

The hspace attribute specifies the whitespace on left and right side of an object.


Browser Support

Attribute
hspace Yes Yes Yes Yes Yes

Compatibility Notes

The hspace attribute of <object> is not supported in HTML5. Use CSS instead.

CSS syntax: <object style="margin: 0px 100px">

CSS Example: An <object> with margins

In our CSS tutorial you can find more details about the margin property.


Syntax

<object hspace="pixels">

Attribute Values

Value Description
pixels The whitespace on left and right side of an object, in pixels

HTML object Tag Reference HTML <object> tag