Open In App

HTML | <object> height Attribute

The HTML <object> height attribute is used to specify the height of the object element in terms of pixel. 

Syntax: 



<object height="pixels">

Attribute Values:

Below example illustrates the <object> height attribute in HTML: 



Example: 




<!DOCTYPE html>
<html>
 
<head>
    <title>
        HTML object height Attribute
    </title>
</head>
 
<body style="text-align:center;">
     
    <h2>HTML object height Attribute</h2>
     
    <object id="myobject" width="400"
                height="200" data=
    </object>
 
</body>
 
</html>

Output:

  

Supported Browsers: The browser supported by HTML object height attribute are listed below:

Article Tags :