![]() |
VOOZH | about |
The DOM offsetHeight property is used to return the layout height of an element as an integer. It is measured in pixels. It includes height, border, padding, and horizontal scrollbars but not margin. If the element is hidden then it returns 0.
Syntax:
element.offsetHeight
Return Value: It returns the layout height of an element as an integer.
Example 1: In this example, we will use DOM offsetHeight Property
Output:
Example 2: In this example, we will use DOM offsetHeight Property
Output :
Supported Browsers: The browser supported by DOM offsetHeight property are listed below: