LINE-HEIGHT Property In CSS
line-height Property in CSS
line-height property Declares the distance between lines.
Possible Value:
Numbers, percentages, lengths, and the predefined value of normal.
Examplediv { line-height:normal; }
div { line-height:2em; }
div { line-height:125%; }