Latest web development tutorials

HTML object height property

HTML object tag Reference Manual HTML <object> tag

Examples

The height and width of 400 pixels flash animation:

<object data="helloworld.swf" height="400" width="400"></object>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support height attributes.


Definition and Usage

height attribute specifies the height of the object in pixels.


Differences between HTML 4.01 and HTML5

no.


grammar

<object height=" pixels ">

Property Value

描述
pixels 以像素计的对象高度(例如 height="100")。


HTML object tag Reference Manual HTML <object> tag