Contents

height

Specifies the height of an element.

Overview

Here’s an example that shows how to set the height of an image to 376 points.

<img src="path to image" width="250" height="376" />

Values for height

Integer

The height of the element, in points. For example, height="200" sets the height of the element to 200 points.

Elements that Use height

See Also

Element Sizing