The height property sets the height of an element.Note: The height property does not include padding, borders, or margins; it sets the height of the area inside the padding, border, and margin of the element!Note: The min-height and max-height properties override height.
height: auto|length|initial|inherit;
p.ex { height: 100px; width: 100px; }