Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

height

Definition

The height property specifies the height of the rectangle rendered for the element.

Example

  1. 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