CSS line spacing
When you want to make space between lines in paragraph, you can use line-height
attribute.
// CSS declaration condensedlines { font-size: 10pt; line-height: 20pt; } //HTML implementation
And here is the result: