Can I set up tab stops in html5?

后端 未结 6 1570
北海茫月
北海茫月 2021-02-13 03:10

I would like to set up tab stops in html5 and be able to align text to them, just like in Word. For my application I can\'t use tables. Is there a way to do this? Do I have t

6条回答
  •  青春惊慌失措
    2021-02-13 04:05

    The solution seems to be to use Javascript. Here is a simple example: http://jsfiddle.net/A6z5D/1 :

    Hello bla bla blaworld

提交回复
热议问题