Horje

What is HTML <object> height Attribute

The height attribute on an <object> tag sets the height of the object element.

The height is specified in pixels - without the ‘px‘ unit.

Definition and Usage

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


Browser Support

Syntax

<object height="pixels">

Attribute Values

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




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin