height

Previous- width  |  Next-float

Description

Each block-level or replaced element can be given a height, specified as a length, a percentage, or as auto. A replaced element is one for which only the intrinsic dimensions are known.

HTML replaced elements include IMG, INPUT, TEXTAREA, SELECT, and OBJECT.


Initial Value : auto

Applies to : block-level and replaced elements

Inherited : no

Possible Values
<length> | auto | inherit

Example(s)
p { height: 100px }

Previous- width  |  Next-float