What is the alternative to
if I want to control the height between lines?

后端 未结 6 648
难免孤独
难免孤独 2020-12-10 01:15

In following example:

Line1 
Line2

I\'m using
to force Line2 to go to next line, but as far as I know

6条回答
  •  萌比男神i
    2020-12-10 02:11

    You can use css line-height property along with
    tag to control spacing between lines.

    
    
    

    This is a paragraph with a smaller line-height.
    This is a paragraph with a smaller line-height.
    This is a paragraph with a smaller line-height.
    This is a paragraph with a smaller line-height.

提交回复
热议问题