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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -