How to insert spaces/tabs in text using HTML/CSS

后端 未结 18 2654
死守一世寂寞
死守一世寂寞 2020-11-28 01:20

Possible ways:

 ... 

or

style=\"white-space:pre\"

Anything else?

18条回答
  •  庸人自扰
    2020-11-28 01:58

    If you're asking for tabs to align stuff in some lines, you can use

    .

    Putting each line in

    ... . And each element inside that line in . And of course you can always control the padding of each table cell to adjust the space between them.

    This will make them aligned and they will look pretty nice :)

    提交回复
    热议问题
    ...