The line-height
CSS property sets the height of a line box. It's commonly used to set the distance between lines of text.
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.
Initial value | normal |
Applies to | text |
Inherited | yes |
Animatable | no |
line-height
only effect <text>
element.line-height
in lynx will clip text content, so the value must be greater than element's font-size
line-height
is paragraph style . set in inline text has no effect.
LCD tables only load in the browser