height
Definition
The height property specifies the height of the rectangle rendered for the element.
Example
div {height: 200px}
Characteristics
Possible values
- length
- Specific height.
- percentage
- Percentage of the containing parent element's height.
auto- The height depends on the values of other properties.
inherit- Use the same computed value as the parent element for this property.
Default value
auto
Applies to
Inherited
No
See also