line-height
Introduction
The line-height CSS property sets the height of a line box. It's commonly used to set the distance between lines of text.
Syntax

Values
-
normal
Default value. -
<number>
The used value is this unitless<number>multiplied by the element's own font size. -
<length>
The specified<length>is used in the calculation of the line box height.
Formal definition
| Initial value | normal |
| Applies to | text |
| Inherited | yes |
| Animatable | no |
Formal syntax
Difference with web
line-heightonly effect<text>element.
Best Practices
-
line-heightin lynx will clip text content, so the value must be greater than element's font-size -
line-heightis paragraph style . set in inline text has no effect.
Compatibility
LCD tables only load in the browser