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

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

Possible ways:

 ... 

or

style=\"white-space:pre\"

Anything else?

18条回答
  •  隐瞒了意图╮
    2020-11-28 02:11

    Alternatively referred to as a fixed space or hard space, non-breaking space (NBSP) is used in programming and word processing to create a space in a line that cannot be broken by word wrap.

    With HTML,   allows you to create multiple spaces that are visible on a web page and not only in the source code.

提交回复
热议问题