捕获量的空间相关文html

代码示例

0
0

N

<!DOCTYPE html>
<html>
<head>
    <style>
        .tab1 {
            tab-size: 2;
        }
  
        .tab2 {
            tab-size: 4;
        }
  
        .tab4 {
            tab-size: 8;
        }
    </style>
</head>
<body>
    <h1 style="color: green">
      GeeksforGeeks
    </h1>
    <b>How to insert spaces/tabs in
       text using HTML/CSS?
    </b>
      
    <pre class="tab1">
This is a tab with 2 spaces.
    </pre>
    <pre class="tab2">
This is a tab with 4 spaces.
    </pre>
    <pre class="tab4">
This is a tab with 8 spaces.
    </pre>
</body>
  
</html>

类似页面

带有示例的类似页面

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................