HTML <line-height> Tag

The <line-height> tag sets the height of the text line. The tag is set as the multiplier for the basic line height. By default the value if the <line-height> tag is 1. The example below shows how this tag works:

 

Test<line-height="1.5"><br></line-height>Test<line-height="0.7"><br></line-height>Test

 

The result of output: