Advertisement
Home Open Editor ❯

HTML <object> height Attribute

Example

<object data="img-boy.jpg" width="300" height="150"></object>

Try this code ❯

Meaning

The height of the displayed resource, in CSS pixels.

Note: Absolute values only allowed, percentages not allowed


Standard Syntax

<object  height="pixels">...</object>


Advertisement

Attribute Values

Value Description
pixels Give the height of the visual content of the element, in CSS pixels.
Home Open Editor ❯
Advertisement