Appearance:
height: <value>
Possible Values:
<length> | auto
Initial Value:
auto
Applies to:
Block-level and replaced elements
Inherited:
No
IMG.test { width: 40px; height: 40px }
Example:

In most cases, authors are advised to scale the image in an image editing program, since browsers will not likely scale images with high quality, and since scaling down causes the user to download an unnecessarily large file. However, scaling through the width and height properties is a useful option for user-defined style sheets in order to overcome vision problems.