![]() |
| IE | FF | Op | Saf |
|---|---|---|---|
The height property specifies the height of an element.
| Values | Description |
| auto | Default. The browser calculates the height of the element. |
| percentage | Defines the height in percentage of the parent element's height. |
| height<unit> | Defines the exact height of the element. For example: 5px. The unit can be any of px (pixels), mm (millimeters), cm(centimeters), in (inches), pt (points), pc (picas), em (the element's font height) or ex (the element's x-height). |
Comments