| 
			 The distance between two adjacent lines can be set using this property . The baselines of the
			adjacent lines is the  distance . 
				
					- This property can have the values:
					normal, number, length or %.
 
				 
					   normal - This sets
					the line height to the default or
					inherited value based on the font size
					of the element. 
  
					   number - This sets
					the line height of the current font-size
					to be multiplied by the number
					specified. 
  
					    length - This sets a
					fixed distance between the lines. The
					units used are: em, px, cm, pt. 
  
					   % - This sets the
					line height in % of the element's font
					size.
                |