Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style> 
#t1 {
  -moz-tab-size: 4; /* Firefox */
  tab-size: 4;
}
#t2 {
  -moz-tab-size: 16; /* Firefox */
  tab-size: 16;
}
</style>
</head>
<body>
<h1>The tab-size Property</h1>
<pre id="t1">
I   use tab-size    4
</pre>
<pre id="t2">
I   use tab-size    16
</pre>
<p><strong>Note:</strong> Firefox supports an alternative, the -moz-tab-size property.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss3_tab-size by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:38:12 GMT -->
</html>