<pre>
Normal
	tab
		size
</pre>

<pre class="small-tab">
Small
	tab
		size
</pre>
pre{
  font-size: 18px;
  border: 2px solid blue;
  padding: 20px;
  width: 50%;
}
.small-tab {
  background: yellow;
  -moz-tab-size: 2;
  tab-size: 2;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.