Extensible HyperText Markup Language

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

XStandard XHTML WYSIWYG editor
A standards-compliant WYSIWYG editor component for content management applications. The editor generates valid XHTML and uses CSS for formatting. Free version is available.

Check out XStandard