What are the white-space defaults in my browser?

by kpowz

HTML

<h1>What are the white-space defaults in my browser?</h1>

<h2>&ltpre> element</h2>
<pre>
    everything is
    awesome
</pre>

<h2>&ltcode> element</h2>
<code>
    everything is
    awesome when you're coding
</code>