What are the white-space defaults in my browser?
by kpowz
HTML
<h1>What are the white-space defaults in my browser?</h1>
<h2><pre> element</h2>
<pre>
everything is
awesome
</pre>
<h2><code> element</h2>
<code>
everything is
awesome when you're coding
</code>