Home → References → CSS Properties →
CSS Property: line-height
Specifies the height of a line of text.
HTML Dog is hosted by Titan Internet
Possible Values
- [number]
- [percentage]
- [length]
inheritnormal
Example
p { line-height: 1.5 }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies the height of a line of text.
HTML Dog is hosted by Titan Internet
inheritnormal
p { line-height: 1.5 }