Tab Character size - WTF?

by Ronny

HTML

<pre>    </pre> &lt;-- This is a tab<br>
1234567890

<p>
Here it takes 4 characters length, in devtools it usually takes 8.
</p>

CSS

body {font-family: consolas, monospace;}
pre{background: red; display: inline;}