THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML <object> height Attribute

❮ HTML <object> tag

Example

A flash animation with a height and width of 400 pixels::

<object data="helloworld.swf" height="400" width="400"></object>
Try it Yourself »

Definition and Usage

The height attribute specifies the height of the object, in pixels.


Browser Support

Attribute
height Yes Yes Yes Yes Yes

Differences Between HTML 4.01 and HTML5

NONE.


Syntax

<object height="pixels">

Attribute Values

Value Description
pixels The height of the object, in pixels (i.e. height="100")

❮ HTML <object> tag