HTML | DOM Object Height Property
The HTML | DOM Object height Property in HTML DOM is used to set or return the height of the Object. The height attribute is used to specify the height of the Object. Syntax: It returns the height propertyobjObject.heightIt is used to set the height property.objObject.height = pixels Property Values