HEIGHT Property In CSS
height Property in CSS
height property Declares the height of the element.
Possible Value:
Lengths, percentages, and the predefined value auto.
Examplediv { height:200px; }
div { height:50%; }
height property Declares the height of the element.
Lengths, percentages, and the predefined value auto.
Examplediv { height:200px; }
div { height:50%; }