Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
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="pic_trulli.jpg" height="300" width="200"></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

Syntax

<object height="pixels">

Attribute Values

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

❮ HTML <object> tag