html - Tab space is not proper -


tab space, in case, space between 2nd , 3rd word, not shown font family: verdana. if font family removed or tab size set 7 showing proper spacing, curious know reason/solution issue.

jsfiddle

#testdiv {    font-family: verdana;    white-space: pre-wrap;  }
<div id="testdiv">    abcdef ghijk lmnop qrstuv  </div>


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -