Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.

Height and Width

Height and/or width may be used in almost all CSS. However you will find that the main uses are in the div tag.

To set the height
Setting the height is quite easy and will be used quite often. Example: height: 100px;

To set the width
Setting the width is also easy and used just as often if not more than height. Example: width: 200px;

Pixels or percentage
Both height and width may be done in either pixels or percentage.