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

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

Possible ways:

 ... 

or

style=\"white-space:pre\"

Anything else?

18条回答
  •  情深已故
    2020-11-28 02:02

    Types of Spaces in HTML

    Creates four spaces between the text-

    Creates two spaces between the text -

    Creates a regular space between the text -  

    creates a narrow space ( similar to regular space but slight difference - "&thinsp";

    spacing between sentences - "
    "

    This link might help you. Check out [https://hea-www.harvard.edu/~fine/Tech/html-sentences.html]

提交回复
热议问题