Property | Values |
---|---|
height | length | percentage | auto |
height sets the element's height, either by a length unit (such as 200px for 200 pixels) or as a percentage of the containing element's height (such as 50% for half the containing element's height).
auto specifies the element's default height.